diff --git a/versioning-servant.cabal b/versioning-servant.cabal
--- a/versioning-servant.cabal
+++ b/versioning-servant.cabal
@@ -1,5 +1,5 @@
 name:                versioning-servant
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Servant combinators for the versioning library.
 description:         This package provides Servant combinators to be used with
                      the 'versioning' library.
@@ -16,7 +16,7 @@
 
 library
   exposed-modules:     Versioning.Servant
-  build-depends:       base >=4.10 && <4.12
+  build-depends:       base >=4.10 && <5
                      , aeson >=1.0 && <1.5
                      , attoparsec
                      , bytestring >=0.10 && <0.11
@@ -31,7 +31,7 @@
   type:                exitcode-stdio-1.0
   main-is:             Main.hs
   other-modules:       Tests.Versioning.Servant.Fixtures
-  build-depends:       base >=4.10 && <4.12
+  build-depends:       base >=4.10 && <5
                      , aeson >=1.0 && <1.5
                      , bytestring >=0.10 && <0.11
                      , hspec >=2.0 && <2.6
