diff --git a/README.md b/README.md index eaae402..603c831 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The project currently provides the following functionality: ~~~elixir def deps do - [{:gen_rmq, "~> 0.2.0"}] + [{:gen_rmq, "~> 0.2.1"}] end ~~~ diff --git a/mix.exs b/mix.exs index 649567f..59af8a2 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule GenRMQ.Mixfile do use Mix.Project - @version "0.2.0" + @version "0.2.1" def project do [