diff --git a/README.md b/README.md index 9e3e929..bf06e9c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Written to prevent duplicated and boilerplate code to handle all the lifecycle o ```elixir def deps do [ - {:amqpx, "~> 5.7"} + {:amqpx, "~> 6.0.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 12e8596..4e9b551 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule Amqpx.MixProject do [ app: :amqpx, name: "amqpx", - version: "6.0.0", + version: "6.0.1", elixir: "~> 1.7", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :production,