Skip to content

Commit

Permalink
Update version in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBRO committed Mar 18, 2022
1 parent 0b6d909 commit 7e1602b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Add Binbo as a dependency to your `rebar.config` file:
[source,erlang]
----
{deps, [
{binbo, "4.0.0"}
{binbo, "4.0.1"}
]}.
----

Expand All @@ -78,7 +78,7 @@ Add Binbo as a dependency to your `mix.exs` file:
----
defp deps do
[
{:binbo, "~> 4.0.0"}
{:binbo, "~> 4.0.1"}
]
end
----
Expand Down

0 comments on commit 7e1602b

Please sign in to comment.