diff --git a/gitter.cabal b/gitter.cabal
--- a/gitter.cabal
+++ b/gitter.cabal
@@ -1,5 +1,5 @@
 name:           gitter
-version:        0.4
+version:        0.5
                 -- ^ ComVer
 synopsis:       Gitter.im API client
 description:    Gitter.im is a programmers-oriented GitHub-based web-chat.
@@ -14,10 +14,10 @@
 category:       API, Network
 
 library
-    build-depends:      aeson       >= 1.0.2.1  && < 1.3
-                      , base        >= 4.9.1.0  && < 4.11
+    build-depends:      aeson       >= 1.0.2.1  && < 1.5
+                      , base        >= 4.9.1.0  && < 4.13
                       , bytestring  >= 0.10.8.1 && < 0.11
-                      , exceptions  >= 0.8.3    && < 0.9
+                      , exceptions  >= 0.8.3    && < 0.11
                       , lens        >= 4.15.1   && < 5
                       , lens-aeson  >= 1.0.1    && < 2
                       , mtl         >= 2.2.1    && < 3
