diff --git a/README.md b/README.md index b9ef1d4..6bd96ed 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ by adding `xler` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:xler, "~> 0.7.2"} + {:xler, "~> 0.8.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 3aa55cd..dc5e597 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Xler.MixProject do use Mix.Project - @version "0.7.2" + @version "0.8.0" def project do [