Skip to content

Commit

Permalink
Update deps version in README 1.2.0 --> 1.3.0`
Browse files Browse the repository at this point in the history
  • Loading branch information
cseeger authored Sep 25, 2020
1 parent 2e368d8 commit 81d8ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To install EctoFields:
1. Add ecto_fields to your list of dependencies in `mix.exs` :
```elixir
def deps do
[{:ecto_fields, "~> 1.2.0"}]
[{:ecto_fields, "~> 1.3.0"}]
end
```
2. Use the fields in your Ecto schema:
Expand Down

0 comments on commit 81d8ad4

Please sign in to comment.