Suggest 0.5.0 in README (#76)

This commit is contained in:
Romain Bertrand 2020-05-14 22:04:15 +02:00 committed by GitHub
parent 1ba5d1b88f
commit c580d4e2fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ Add `temple` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:temple, "~> 0.4.0"}]
[{:temple, "~> 0.5.0"}]
end
```