Skip to content

Commit ed54731

Browse files
committed
Bump hex to 0.8.5
1 parent 8de1356 commit ed54731

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Add exq to your mix.exs deps (replace version with the latest hex.pm package ver
6161
defp deps do
6262
[
6363
# ... other deps
64-
{:exq, "~> 0.8.4"}
64+
{:exq, "~> 0.8.5"}
6565
]
6666
end
6767
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Exq.Mixfile do
33

44
def project do
55
[ app: :exq,
6-
version: "0.8.4",
6+
version: "0.8.5",
77
elixir: "~> 1.3",
88
elixirc_paths: ["lib"],
99
package: [

0 commit comments

Comments
 (0)