Skip to content

Commit c432b63

Browse files
committed
Update readme with current version in a badge and bump to most recent vere
1 parent d76a88f commit c432b63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ As a forewarning, this is by no means an all-inclusive library for parsing X509
88

99
As with most libraries in the Elixir landscape, you can install this by adding the following to your deps in `mix.exs`:
1010

11+
(Current version: ![](http://img.shields.io/hexpm/v/easy_ssl.svg))
12+
1113
```
12-
{:easy_ssl, "~> 1.2.0"}
14+
{:easy_ssl, "~> 1.3.0"}
1315
```
1416

1517
Then run `$ mix deps.get` to fetch the dependency.

0 commit comments

Comments
 (0)