Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
mpope9 committed Dec 2, 2021
1 parent 9e9424f commit 36a15cf
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.1"}
{exor_filter, "0.8.2"}
]}.
```

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

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

0 comments on commit 36a15cf

Please sign in to comment.