From c79b426d8574c059cdb1ec25de8d8d89286755e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rgen?= Date: Tue, 17 Apr 2018 18:36:18 +0200 Subject: [PATCH] Fix a version mismatch in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2851e72..1d47cf0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Although Effi can be imported also directly from GitHub, we recommend adding a d #### rebar3 -To integrate Effi into a rebar3-managed project change the `deps` entry in your application's `rebar.config` file to include the tuple `{effi, "0.1.4"}`. +To integrate Effi into a rebar3-managed project change the `deps` entry in your application's `rebar.config` file to include the tuple `{effi, "0.1.5"}`. ```erlang {deps, [{effi, "0.1.5"}]}.