diff --git a/versioning.cabal b/versioning.cabal
--- a/versioning.cabal
+++ b/versioning.cabal
@@ -1,5 +1,5 @@
 name:                versioning
-version:             0.3.0.0
+version:             0.3.0.1
 synopsis:            Type-safe data versioning.
 description:         This package provides various tools to deal with
                      data versioning in a type-safe way.
@@ -21,7 +21,7 @@
                      , Versioning.Upgrade
                      , Versioning.JSON
   other-modules:       Versioning.Internal.Equality
-  build-depends:       base >=4.10 && <4.12
+  build-depends:       base >=4.10 && <5
                      , aeson >=1.0 && <1.5
                      , bytestring >=0.10 && <0.11
                      , semigroupoids >=5 && <6
@@ -33,7 +33,7 @@
   type:                exitcode-stdio-1.0
   main-is:             Main.hs
   other-modules:       Tests.Versioning.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
