Skip to content

Commit

Permalink
Hex bump to 0.7.1 / README
Browse files Browse the repository at this point in the history
  • Loading branch information
akira committed May 19, 2016
1 parent a11a303 commit 9bd6598
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -381,6 +381,8 @@ Denis Tataurov (sineed)

Joe Honzawa (Joe-noh)

Aaron Jensen (aaronjensen)

Andrew Vy (andrewvy)

David Le (dl103)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 9bd6598

Please sign in to comment.