We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a08e229 commit 056e026Copy full SHA for 056e026
README.md
@@ -11,7 +11,7 @@
11
Add this to the dependencies:
12
13
```elixir
14
-{ :exredis, ">= 0.1.1" }
+{:exredis, ">= 0.2.0"}
15
```
16
17
---
mix.exs
@@ -3,7 +3,7 @@ defmodule Exredis.Mixfile do
3
4
def project do
5
[ app: :exredis,
6
- version: "0.1.3",
+ version: "0.2.0",
7
elixir: "~> 1.0.0",
8
name: "exredis",
9
source_url: "https://github.com/artemeff/exredis",
0 commit comments