From 833db0943819a6002923afa323bdd9cf95b3e88f Mon Sep 17 00:00:00 2001 From: SimonLab Date: Wed, 20 May 2020 15:48:59 +0100 Subject: [PATCH] update package version to 1.2.2, #76 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index dac44b5b..8e54a8f5 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Auth.Mixfile do def project do [ app: :auth, - version: "1.2.1", + version: "1.2.2", elixir: "~> 1.9", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(),