From 5e3146e9148fb44a52de46a061e905f5a691d73e Mon Sep 17 00:00:00 2001 From: Sonny Scroggin Date: Mon, 13 Aug 2018 17:51:10 -0500 Subject: [PATCH] bump version to 0.9.3 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index c8888bd..8ba4cee 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule OAuth2.Mixfile do use Mix.Project - @version "0.9.2" + @version "0.9.3" def project do [app: :oauth2,