diff --git a/README.md b/README.md index 28289cd..f90cffc 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The package can be installed as: ```elixir def deps do - [{:double, "~> 0.6.0", only: :test}] + [{:double, "~> 0.6.1", only: :test}] end ``` diff --git a/mix.exs b/mix.exs index af7e73c..3db0c0a 100644 --- a/mix.exs +++ b/mix.exs @@ -1,6 +1,6 @@ defmodule Double.Mixfile do use Mix.Project - @version "0.6.0" + @version "0.6.1" def project do [app: :double,