From c36089b0a11f1a4b3c223a36f2717142a916c433 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Fri, 15 Dec 2017 10:10:53 -0500 Subject: [PATCH] Version bump --- package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.yaml b/package.yaml index a411e84..266e016 100644 --- a/package.yaml +++ b/package.yaml @@ -1,6 +1,6 @@ --- name: yesod-auth-oauth2 -version: '0.3.0' +version: '0.3.1' synopsis: OAuth 2.0 authentication plugins description: Library to authenticate with OAuth 2.0 for Yesod web applications. category: Web