Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mpope9 committed Jan 22, 2021
1 parent 7ad70a2 commit db02d1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ For rebar3:
%% rebar.config

{deps, [
{exor_filter, "0.7.0"}
{exor_filter, "0.7.1"}
]}.
```

Expand All @@ -47,7 +47,7 @@ For Mix:

defp deps do
[
{:exor_filter, "~> 0.7.0"}
{:exor_filter, "~> 0.7.1"}
]
end
```
Expand Down

0 comments on commit db02d1f

Please sign in to comment.