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