Updating README.md from 0.2.0 to 0.4.0

This commit is contained in:
Joakim Nylen 2019-11-22 11:29:52 +01:00
parent 2129d2075b
commit e641d455d8

View File

@ -15,7 +15,7 @@ by adding `xler` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:xler, "~> 0.2.0"}
{:xler, "~> 0.4.0"}
]
end
```