diff --git a/README.md b/README.md index d1cac04..ea001bf 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ end ```elixir defp deps do - [{:isn, "~> 1.0"}] + [{:isn, "~> 2.0"}] end ``` diff --git a/mix.exs b/mix.exs index de90123..9fb104d 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ISN.Mixfile do use Mix.Project - @version "1.0.2" + @version "2.0.0" def project do [app: :isn,