diff --git a/README.md b/README.md index 8648821..0cafce5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add `:open_pgp` to the list of dependencies in `mix.exs`: ```elixir def deps() do [ - {:open_pgp, "~> 0.5"} + {:open_pgp, "~> 0.6"} ] end ``` diff --git a/mix.exs b/mix.exs index 228ffa1..14f107e 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule OpenPGP.MixProject do use Mix.Project @source_url "https://github.com/DivvyPayHQ/open_pgp" - @version "0.5.1" + @version "0.6.1" @description "OpenPGP Message Format in Elixir - RFC4880" def project() do