From 66e0d47c05cb03f17f59c8f7ab6bd4b90ddf3b66 Mon Sep 17 00:00:00 2001 From: peillis Date: Tue, 9 May 2017 12:15:10 +0200 Subject: [PATCH] fix version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a79fdd5..00d08ba 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,6 @@ dependencies in `mix.exs`: ```elixir def deps do - [{:elasticachex, "~> 0.1.0"}] + [{:elasticachex, "~> 1.0"}] end ```