diff --git a/README.md b/README.md index 0598fff..f9d0261 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ adding `plug_body_digest` as well): def deps do [ {:plug_body_digest, "~> 0.5.0"}, - {:plug_signature, "~> 0.5.0"} + {:plug_signature, "~> 0.6.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 24291d2..0c4445b 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule PlugSignature.MixProject do use Mix.Project - @version "0.5.0" + @version "0.6.0" def project do [