From 9bd6598513fbe0db1e9dc42a0f5120148e7be2cc Mon Sep 17 00:00:00 2001 From: Alex Kira Date: Wed, 18 May 2016 20:00:10 -0700 Subject: [PATCH] Hex bump to 0.7.1 / README --- README.md | 4 +++- mix.exs | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d954a2b..6a86b545 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Add exq to your mix.exs deps (replace version with the latest hex.pm package ver defp deps do [ # ... other deps - {:exq, "~> 0.7.0"} + {:exq, "~> 0.7.1"} ] end ``` @@ -381,6 +381,8 @@ Denis Tataurov (sineed) Joe Honzawa (Joe-noh) +Aaron Jensen (aaronjensen) + Andrew Vy (andrewvy) David Le (dl103) diff --git a/mix.exs b/mix.exs index f0497e1c..d31eaa54 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Exq.Mixfile do def project do [ app: :exq, - version: "0.7.0", + version: "0.7.1", elixir: "~> 1.0.0 or ~> 1.1.1 or ~> 1.2", elixirc_paths: ["lib"], package: [