Skip to content

Commit

Permalink
Bump hex to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
akira committed Apr 3, 2017
1 parent 8de1356 commit ed54731
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Add exq to your mix.exs deps (replace version with the latest hex.pm package ver
defp deps do
[
# ... other deps
{:exq, "~> 0.8.4"}
{:exq, "~> 0.8.5"}
]
end
```
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.8.4",
version: "0.8.5",
elixir: "~> 1.3",
elixirc_paths: ["lib"],
package: [
Expand Down

0 comments on commit ed54731

Please sign in to comment.