From 82aff63fa6441bde26de6e5f49185a5bc1aea791 Mon Sep 17 00:00:00 2001 From: Mateusz Korszun Date: Mon, 27 Apr 2020 14:24:24 +0200 Subject: [PATCH] Bump version to 2.6.1 (#180) --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e98af27..8e41993 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ GenRMQ provides the following functionality: ```elixir def deps do - [{:gen_rmq, "~> 2.6.0"}] + [{:gen_rmq, "~> 2.6.1"}] end ``` diff --git a/mix.exs b/mix.exs index 2403738..7d05432 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule GenRMQ.Mixfile do use Mix.Project - @version "2.6.0" + @version "2.6.1" def project do [