Skip to content

Commit c79b426

Browse files
committed
Fix a version mismatch in the readme
1 parent 9739e95 commit c79b426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Although Effi can be imported also directly from GitHub, we recommend adding a d
3030

3131
#### rebar3
3232

33-
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"}`.
33+
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"}`.
3434

3535
```erlang
3636
{deps, [{effi, "0.1.5"}]}.

0 commit comments

Comments
 (0)