From 1616661b28ebd509a5bd69eb1d3a098ba8ac967a Mon Sep 17 00:00:00 2001 From: Bram Verburg Date: Tue, 24 Jul 2018 16:59:00 +0300 Subject: [PATCH] Update version number in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2908578..71cd825 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Add `x509` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:x509, "~> 0.1.0"} + {:x509, "~> 0.2.0"} ] end ```