diff --git a/nats-queue.cabal b/nats-queue.cabal
--- a/nats-queue.cabal
+++ b/nats-queue.cabal
@@ -1,5 +1,5 @@
 name:                nats-queue
-version:             0.1.2.1
+version:             0.1.2.2
 synopsis:            Haskell API for NATS messaging system
 description:
     This library is a Haskell driver for NATS <http://nats.io>.
@@ -11,7 +11,7 @@
 license:             BSD3
 license-file:        LICENSE
 author:              Ondrej Palkovsky
-maintainer:          palkovsky.ondrej@gmail.com
+maintainer:          Stephen OBrien <wayofthepie@gmail.com>
 category:            Network
 build-type:          Simple
 cabal-version:       >=1.10
@@ -22,7 +22,7 @@
 
 library
   exposed-modules:   Network.Nats, Network.Nats.Json
-  build-depends:     base >= 4.8 && < 4.9
+  build-depends:     base >= 4.8 && < 5
                    , network >=2.6
                    , dequeue >= 0.1.7
                    , random
