From 14263363f6d170ce33677efc9d05d77daaed978f Mon Sep 17 00:00:00 2001 From: Mateusz Korszun Date: Thu, 21 Jun 2018 13:35:45 +0200 Subject: [PATCH] Bump version to 0.2.1 (#20) --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eaae402..603c831 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The project currently provides the following functionality: ~~~elixir def deps do - [{:gen_rmq, "~> 0.2.0"}] + [{:gen_rmq, "~> 0.2.1"}] end ~~~ diff --git a/mix.exs b/mix.exs index 649567f..59af8a2 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule GenRMQ.Mixfile do use Mix.Project - @version "0.2.0" + @version "0.2.1" def project do [