diff --git a/README.md b/README.md index 8492557..fd4ea64 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ GenRMQ provides the following functionality: ```elixir def deps do - [{:gen_rmq, "~> 2.6.1"}] + [{:gen_rmq, "~> 3.0.0"}] end ``` diff --git a/mix.exs b/mix.exs index 8145bc5..554f73d 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule GenRMQ.Mixfile do use Mix.Project - @version "2.6.1" + @version "3.0.0" def project do [