From 5d90f92cd4fab678981ce977f148914cbe5f367f Mon Sep 17 00:00:00 2001 From: HW home Date: Sun, 26 Jun 2022 12:12:59 -0700 Subject: [PATCH] bump to houath2-2.5.0 and hoauth2-example-1.4.0 --- hoauth2-example/hoauth2-example.cabal | 2 +- hoauth2/hoauth2.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hoauth2-example/hoauth2-example.cabal b/hoauth2-example/hoauth2-example.cabal index 0a159fe5..d9c0d48c 100644 --- a/hoauth2-example/hoauth2-example.cabal +++ b/hoauth2-example/hoauth2-example.cabal @@ -1,6 +1,6 @@ Cabal-version: 2.4 Name: hoauth2-example -Version: 1.3.0 +Version: 1.4.0 Synopsis: OAuth2 example diff --git a/hoauth2/hoauth2.cabal b/hoauth2/hoauth2.cabal index 874e41e5..20e51875 100644 --- a/hoauth2/hoauth2.cabal +++ b/hoauth2/hoauth2.cabal @@ -1,7 +1,7 @@ Cabal-version: 2.4 Name: hoauth2 -- http://wiki.haskell.org/Package_versioning_policy -Version: 2.4.0 +Version: 2.5.0 Synopsis: Haskell OAuth2 authentication client