diff --git a/hoauth2-demo/hoauth2-demo.cabal b/hoauth2-demo/hoauth2-demo.cabal index e3fca21a..fddcc015 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.6.0 +version: 1.6.1 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 2e7983b8..d73ca9f4 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.2 +version: 0.2.1 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 4e308466..79b7181a 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.2 +version: 0.2.1 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 cad361b7..2783514e 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.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. diff --git a/hoauth2/hoauth2.cabal b/hoauth2/hoauth2.cabal index 127fa741..02c98ad2 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.8.0 +version: 2.8.1 synopsis: Haskell OAuth2 authentication client description: See readme for more details. homepage: https://github.com/freizl/hoauth2