diff --git a/README.md b/README.md index 9730b0d..850b88a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Add AMQP as a dependency in your `mix.exs` file. ```elixir def deps do [ - {:amqp, "~> 3.0.0-rc.1"} + {:amqp, "~> 3.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 4d52be4..18d9fb6 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AMQP.Mixfile do use Mix.Project @source_url "https://github.com/pma/amqp" - @version "3.0.0-rc.1" + @version "3.0.0" def project do [