diff --git a/README.md b/README.md index 4d0fb16..3634f37 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ as a dependency. def deps do [ {:stream_data, "~> 0.4"}, - {:norm, "~> 0.5"} + {:norm, "~> 0.6"} ] end ``` diff --git a/mix.exs b/mix.exs index 0cdeea6..210546b 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Norm.MixProject do use Mix.Project - @version "0.5.0" + @version "0.6.0" def project do [