From 3211d87943b95fc6ae8ef630afd235d75d36c2c4 Mon Sep 17 00:00:00 2001 From: nelsonic Date: Mon, 28 Nov 2022 10:58:48 +0000 Subject: [PATCH] bump version in mix.env to publish #86 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index a951f1c..26b3e68 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule AuthPlug.MixProject do def project do [ app: :auth_plug, - version: "1.5.0", + version: "1.5.1", elixir: "~> 1.12", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,