diff --git a/hoauth2-demo/hoauth2-demo.cabal b/hoauth2-demo/hoauth2-demo.cabal index d4bff27..2fc1abb 100644 --- a/hoauth2-demo/hoauth2-demo.cabal +++ b/hoauth2-demo/hoauth2-demo.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: hoauth2-demo -version: 1.7.0 +version: 1.8.0 synopsis: hoauth2 demo application description: Demo application to test oauth2 flow with many providers using hoauth2 diff --git a/hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal b/hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal index abc2cfd..9481008 100644 --- a/hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal +++ b/hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: hoauth2-providers-tutorial -version: 0.3.0 +version: 0.4.0 synopsis: tutorial for hoauth2-providers module description: A tutorial that demostrates how to use hoauth2-providers package diff --git a/hoauth2-providers/hoauth2-providers.cabal b/hoauth2-providers/hoauth2-providers.cabal index 12fb3dc..016c840 100644 --- a/hoauth2-providers/hoauth2-providers.cabal +++ b/hoauth2-providers/hoauth2-providers.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: hoauth2-providers -version: 0.3.0 +version: 0.4.0 synopsis: OAuth2 Identity Providers description: A few well known Identity Providers homepage: https://github.com/freizl/hoauth2 diff --git a/hoauth2-tutorial/hoauth2-tutorial.cabal b/hoauth2-tutorial/hoauth2-tutorial.cabal index aa93295..15afd8c 100644 --- a/hoauth2-tutorial/hoauth2-tutorial.cabal +++ b/hoauth2-tutorial/hoauth2-tutorial.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: hoauth2-tutorial -version: 0.3.0 +version: 0.4.0 synopsis: Tutorial for using hoauth2 description: Tutorial to demostrate how to use hoauth2 to implement OAuth2 flow in an web Application. diff --git a/hoauth2/hoauth2.cabal b/hoauth2/hoauth2.cabal index dbdc1c3..406f1da 100644 --- a/hoauth2/hoauth2.cabal +++ b/hoauth2/hoauth2.cabal @@ -2,7 +2,7 @@ cabal-version: 2.4 name: hoauth2 -- http://wiki.haskell.org/Package_versioning_policy -version: 2.9.0 +version: 2.10.0 synopsis: Haskell OAuth2 authentication client description: This is Haskell binding of OAuth2 Authorization framework and Bearer Token Usage framework.