Skip to content

Commit

Permalink
Hex - bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akira committed Sep 12, 2015
1 parent 6265398 commit c39cfde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ Add exq to your mix.exs deps (replace version with the latest hex.pm package ver
defp deps do
[
# ... other deps
{:exq, "~> 0.2.1"}
{:exq, "~> 0.2.2"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -3,7 +3,7 @@ defmodule Exq.Mixfile do

def project do
[ app: :exq,
version: "0.2.1",
version: "0.2.2",
elixir: "~> 1.0.0",
elixirc_paths: ["lib", "web"],
package: [
Expand Down

0 comments on commit c39cfde

Please sign in to comment.