From bfd5b7705fbabf85a3b80e8e58ee1e33504da11b Mon Sep 17 00:00:00 2001 From: David de Boer Date: Mon, 7 May 2018 13:48:01 +0200 Subject: [PATCH] Update readme for 1.0.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7eb8ac0..2b1c873 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Using [rebar3](http://www.rebar3.org/), add the dependency to your `rebar.config ```erlang {deps, [ - {eiconv, "1.0.0-alpha1"}, + {eiconv, "1.0.0"}, %% ... ]}. ```