From 3a842c9d8360ab452ab192256143dfbca21caee7 Mon Sep 17 00:00:00 2001 From: Mateusz Korszun Date: Thu, 31 Oct 2019 10:07:11 +0100 Subject: [PATCH] Bump version to 2.3.0 (#125) --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e88ec5b..191994b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The project currently provides the following functionality: ~~~elixir def deps do - [{:gen_rmq, "~> 2.2.0"}] + [{:gen_rmq, "~> 2.3.0"}] end ~~~ diff --git a/mix.exs b/mix.exs index 9417101..b246587 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule GenRMQ.Mixfile do use Mix.Project - @version "2.2.0" + @version "2.3.0" def project do [