From 919e4303ddacc3ca5606d02b62c8117f0564bde0 Mon Sep 17 00:00:00 2001 From: Yuri Artemev Date: Thu, 31 Mar 2016 19:07:35 +0300 Subject: [PATCH] update version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26fc838..22bcce1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Add this to the dependencies: ```elixir -{:exredis, ">= 0.2.2"} +{:exredis, ">= 0.2.4"} ``` ---