Up version

This commit is contained in:
jnylen 2019-04-23 09:21:00 +02:00
parent 1a1e9c8e3d
commit b0b40af304

View File

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