diff --git a/README.md b/README.md index ba3e475..af9212b 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-pre.1"}] + [{:amqp, "~> 0.2.0-pre.2"}] end ``` diff --git a/mix.exs b/mix.exs index f5dc8c8..a9c8380 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule AMQP.Mixfile do use Mix.Project - @version "0.2.0-pre.1" + @version "0.2.0-pre.2" def project do [app: :amqp,