From 4648c354fe3fb90cdaad6791ee747636d7ea8a53 Mon Sep 17 00:00:00 2001 From: nelsonic Date: Thu, 2 Apr 2020 19:49:01 +0100 Subject: [PATCH] bump version to 1.1.1 for #35 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index c94f674..7e83508 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule ElixirAuthGoogle.MixProject do use Mix.Project @description "Minimalist Google OAuth Authentication for Elixir Apps" - @version "1.1.0" + @version "1.1.1" def project do [