diff --git a/mollie-api-haskell.cabal b/mollie-api-haskell.cabal
--- a/mollie-api-haskell.cabal
+++ b/mollie-api-haskell.cabal
@@ -1,8 +1,8 @@
 name:                mollie-api-haskell
-version:             0.1.0.2
+version:             0.2.0.0
 synopsis:            Mollie API client for Haskell http://www.mollie.com
 description:         Please see README.md
-homepage:            https://github.com/paramanders/mollie-api-haskell
+homepage:            https://github.com/paramander/mollie-api-haskell
 license:             BSD3
 license-file:        LICENSE
 author:              Paramander
@@ -28,10 +28,10 @@
   other-modules:       Mollie.API.Internal
                      , Paths_mollie_api_haskell
   build-depends:       base >= 4.7 && < 5
-                     , aeson >= 0.11 && < 1
+                     , aeson >= 1.0 && < 1.1
                      , time >= 1.5 && < 2
                      , text >= 1.2 && < 2
-                     , http-client >= 0.4 && < 0.5
+                     , http-client >= 0.5 && < 0.6
                      , http-client-openssl >= 0.2 && < 0.3
                      , HsOpenSSL >= 0.11 && < 0.12
                      , mtl >= 2.2 && < 3
@@ -50,4 +50,4 @@
 
 source-repository head
   type:     git
-  location: https://github.com/paramanders/mollie-api-haskell
+  location: https://github.com/paramander/mollie-api-haskell
