Skip to content

Commit 3262457

Browse files
committed
docs: update version in the documentation
1 parent 29f7039 commit 3262457

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add `:typed_structor` to the list of dependencies in `mix.exs`:
1717
```elixir
1818
def deps do
1919
[
20-
{:typed_structor, "~> 0.4"}
20+
{:typed_structor, "~> 0.5"}
2121
]
2222
end
2323
```

guides/migrate_from_typed_struct.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It is a drop-in replacement for `typed_struct`.
1212
[
1313
# ...deps
1414
- {:typed_struct, "~> 0.3.0"},
15-
+ {:typed_structor, "~> 0.4"},
15+
+ {:typed_structor, "~> 0.5"},
1616
]
1717
end
1818
```

0 commit comments

Comments
 (0)