Skip to content

Commit

Permalink
Fix outdated suggestion of which library version to import (II)
Browse files Browse the repository at this point in the history
Sigh...
  • Loading branch information
g-andrade committed Mar 12, 2021
1 parent d0a8808 commit fc6233a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ mix.exs
defp deps do
[
# [...]
{:tls_certificate_check, "1.1.1"}
{:tls_certificate_check, "1.2.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion doc/overview.edoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ssl:connect(Host, 443, Options, 5000)
defp deps do
[
# [...]
{:tls_certificate_check, "1.1.1"}
{:tls_certificate_check, "1.2.0"}
]
end
</pre>
Expand Down

0 comments on commit fc6233a

Please sign in to comment.