From df1a7d0c197e0ada682f33cfc54c9aa7d8973d83 Mon Sep 17 00:00:00 2001 From: Tatsuya Ono Date: Tue, 21 Feb 2017 13:28:40 +0000 Subject: [PATCH] Bump version to 0.2.0-pre.2 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba3e475..af9212b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add AMQP as a dependency in your `mix.exs` file. ```elixir def deps do - [{:amqp, "0.2.0-pre.1"}] + [{:amqp, "~> 0.2.0-pre.2"}] end ``` diff --git a/mix.exs b/mix.exs index f5dc8c8..a9c8380 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule AMQP.Mixfile do use Mix.Project - @version "0.2.0-pre.1" + @version "0.2.0-pre.2" def project do [app: :amqp,