Skip to content

Commit

Permalink
Bump up versions
Browse files Browse the repository at this point in the history
  • Loading branch information
freizl committed Jun 17, 2023
1 parent c4ccf19 commit 5a4524c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hoauth2-demo/hoauth2-demo.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: hoauth2-demo
version: 1.6.0
version: 1.6.1
synopsis: hoauth2 demo application
description:
Demo application to test oauth2 flow with many providers using hoauth2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: hoauth2-providers-tutorial
version: 0.2
version: 0.2.1
synopsis: tutorial for hoauth2-providers module
description:
A tutorial that demostrates how to use hoauth2-providers package
Expand Down
2 changes: 1 addition & 1 deletion hoauth2-providers/hoauth2-providers.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: hoauth2-providers
version: 0.2
version: 0.2.1
synopsis: OAuth2 Identity Providers
description: A few well known Identity Providers
homepage: https://github.com/freizl/hoauth2
Expand Down
2 changes: 1 addition & 1 deletion hoauth2-tutorial/hoauth2-tutorial.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: hoauth2-tutorial
version: 0.2
version: 0.2.1
synopsis: Tutorial for using hoauth2
description:
Tutorial to demostrate how to use hoauth2 to implement OAuth2 flow in an web Application.
Expand Down
2 changes: 1 addition & 1 deletion hoauth2/hoauth2.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cabal-version: 2.4
name: hoauth2

-- http://wiki.haskell.org/Package_versioning_policy
version: 2.8.0
version: 2.8.1
synopsis: Haskell OAuth2 authentication client
description: See readme for more details.
homepage: https://github.com/freizl/hoauth2
Expand Down

0 comments on commit 5a4524c

Please sign in to comment.