From 49d9cc8fc8ccda6b533c9fd8392a364cdc2c4490 Mon Sep 17 00:00:00 2001 From: Mateusz Korszun Date: Tue, 1 Oct 2019 09:47:47 +0200 Subject: [PATCH] Bump version to 2.1.0 (#115) --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aae3886..f385542 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.0.0"}] + [{:gen_rmq, "~> 2.1.0"}] end ~~~ diff --git a/mix.exs b/mix.exs index 18db70f..f6a4da8 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule GenRMQ.Mixfile do use Mix.Project - @version "2.0.0" + @version "2.1.0" def project do [