We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0088c62 commit c2ef3caCopy full SHA for c2ef3ca
README.md
@@ -47,7 +47,7 @@ Add exq to your mix.exs deps (replace version with the latest hex.pm package ver
47
defp deps do
48
[
49
# ... other deps
50
- {:exq, "~> 0.6.5"}
+ {:exq, "~> 0.7.0"}
51
]
52
end
53
```
@@ -383,6 +383,8 @@ David Le (dl103)
383
384
Roman Smirnov (romul)
385
386
+typicalpixel (Thomas Athanas)
387
+
388
akki91 (Akshay)
389
390
Rob Gilson (D1plo1d)
mix.exs
@@ -3,7 +3,7 @@ defmodule Exq.Mixfile do
3
4
def project do
5
[ app: :exq,
6
- version: "0.6.5",
+ version: "0.7.0",
7
elixir: "~> 1.0.0 or ~> 1.1.1 or ~> 1.2",
8
elixirc_paths: ["lib"],
9
package: [
0 commit comments