From e6ee46dc850346f5cb369268e5a1151a65d76eb3 Mon Sep 17 00:00:00 2001 From: Tatsuya Ono Date: Mon, 5 Oct 2020 18:07:47 +0100 Subject: [PATCH] Version 1.6.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 069a21b..11d5acb 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add AMQP as a dependency in your `mix.exs` file. ```elixir def deps do [ - {:amqp, "~> 1.5.0"} + {:amqp, "~> 1.6.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 8d45b41..5d27b0e 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule AMQP.Mixfile do use Mix.Project - @version "1.5.0" + @version "1.6.0" def project do [