Skip to content

Commit

Permalink
Update suggested lib version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
g-andrade committed Dec 15, 2024
1 parent af3955b commit 8407843
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 @@ -44,7 +44,7 @@ rebar.config
``` erlang
{deps, [
% [...]
{tls_certificate_check, "~> 1.24"}
{tls_certificate_check, "~> 1.25"}
]}.
```

Expand Down Expand Up @@ -77,7 +77,7 @@ mix.exs
defp deps do
[
# [...]
{:tls_certificate_check, "~> 1.24"}
{:tls_certificate_check, "~> 1.25"}
]
end
```
Expand Down

0 comments on commit 8407843

Please sign in to comment.