Skip to content

Commit

Permalink
Every. Time.
Browse files Browse the repository at this point in the history
  • Loading branch information
g-andrade committed Dec 12, 2023
1 parent 81b05e1 commit bb5a94e
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 @@ -38,7 +38,7 @@ rebar.config
``` erlang
{deps, [
% [...]
{tls_certificate_check, "~> 1.20"}
{tls_certificate_check, "~> 1.21"}
]}.
```

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

0 comments on commit bb5a94e

Please sign in to comment.