Skip to content

Commit

Permalink
Update outdated suggestion of which version to import
Browse files Browse the repository at this point in the history
  • Loading branch information
g-andrade committed Apr 27, 2022
1 parent b0fd88d commit 5556d47
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 @@ -31,7 +31,7 @@ rebar.config
``` erlang
{deps,
[% [...]
{tls_certificate_check, "~> 1.13"}
{tls_certificate_check, "~> 1.14"}
]}.
```

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

0 comments on commit 5556d47

Please sign in to comment.