diff --git a/README.md b/README.md index 8c0d720..b10b549 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add AMQP as a dependency in your `mix.exs` file. ```elixir def deps do - [{:amqp, "~> 0.2.0"}] + [{:amqp, "~> 0.2.1"}] end ``` diff --git a/mix.exs b/mix.exs index d0ce65a..ed70027 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule AMQP.Mixfile do use Mix.Project - @version "0.2.0" + @version "0.2.1" def project do [app: :amqp,