diff --git a/Readme.md b/Readme.md
--- a/Readme.md
+++ b/Readme.md
@@ -24,6 +24,3 @@
 are completely untested.
 
 For type translations purescript-bridge is used.
-
-I now have to take care of my actual project, which makes use of servant-purescript,
-improvements and documentation will follow on the way!
diff --git a/servant-purescript.cabal b/servant-purescript.cabal
--- a/servant-purescript.cabal
+++ b/servant-purescript.cabal
@@ -1,5 +1,5 @@
 name:                servant-purescript
-version:             0.3.1.1
+version:             0.3.1.2
 synopsis:            Generate PureScript accessor functions for you servant API
 description:         Please see README.md
 homepage:            https://github.com/eskimor/servant-purescript#readme
@@ -25,7 +25,7 @@
                      , Servant.API.BrowserHeader
 
 --  other-modules:       Main
-  build-depends:       base >= 4.7 && < 5
+  build-depends:       base >= 4.7 && < 6.0
                      , aeson >= 0.11.2
                      , bytestring
                      , containers
