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: [