From d1f43791924c2535222e2fc1678250629c06b912 Mon Sep 17 00:00:00 2001 From: LuchoTurtle Date: Thu, 8 Feb 2024 01:38:37 +0000 Subject: [PATCH] feat: Version change to 1.3.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 89203b2..853611c 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule ElixirAuthMicrosoft.MixProject do def project do [ app: :elixir_auth_microsoft, - version: "1.2.0", + version: "1.3.0", elixir: "~> 1.12", start_permanent: Mix.env() == :prod, deps: deps(),