From 52663da638d6c414100ddd8b4b895b59f51ff44d Mon Sep 17 00:00:00 2001 From: sescobb27 Date: Wed, 3 Apr 2019 08:12:52 -0500 Subject: [PATCH] [bump] v1.0.0 :tada: --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7674630..1831d2a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ by adding `ex_rabbitmq_pool` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:ex_rabbitmq_pool, "~> 0.1.0"} + {:ex_rabbitmq_pool, "~> 1.0.0"} ] end ``` diff --git a/mix.exs b/mix.exs index b0c30c0..6e67ba3 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule BugsBunny.MixProject do def project do [ app: :ex_rabbit_pool, - version: "0.1.0", + version: "1.0.0", elixir: "~> 1.7", start_permanent: Mix.env() == :prod, deps: deps(),