Skip to content

Commit

Permalink
docs: update version in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fahchen committed Oct 7, 2024
1 parent 29f7039 commit 3262457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add `:typed_structor` to the list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:typed_structor, "~> 0.4"}
{:typed_structor, "~> 0.5"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion guides/migrate_from_typed_struct.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It is a drop-in replacement for `typed_struct`.
[
# ...deps
- {:typed_struct, "~> 0.3.0"},
+ {:typed_structor, "~> 0.4"},
+ {:typed_structor, "~> 0.5"},
]
end
```
Expand Down

0 comments on commit 3262457

Please sign in to comment.