From 334c5ddfd8474977ad9752b8d7dac8be7c5aa75e Mon Sep 17 00:00:00 2001 From: Bram Verburg Date: Mon, 23 Mar 2020 11:12:12 +0200 Subject: [PATCH] Release v0.6.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 [