Skip to content

Commit

Permalink
update exredis to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
artemeff committed Jul 10, 2015
1 parent a08e229 commit 056e026
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 @@ -11,7 +11,7 @@
Add this to the dependencies:

```elixir
{ :exredis, ">= 0.1.1" }
{:exredis, ">= 0.2.0"}
```

---
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 Exredis.Mixfile do

def project do
[ app: :exredis,
version: "0.1.3",
version: "0.2.0",
elixir: "~> 1.0.0",
name: "exredis",
source_url: "https://github.com/artemeff/exredis",
Expand Down

0 comments on commit 056e026

Please sign in to comment.