diff --git a/github-release.cabal b/github-release.cabal
--- a/github-release.cabal
+++ b/github-release.cabal
@@ -3,7 +3,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           github-release
-version:        1.0.3
+version:        1.0.4
 synopsis:       Upload files to GitHub releases.
 description:    GitHub Release is a command-line utility for uploading files to GitHub releases.
 category:       Utility
@@ -31,7 +31,7 @@
   ghc-options: -Wall
   build-depends:
       aeson >=0.9 && <1.3
-    , base >=4.8.2 && <4.10
+    , base >=4.8.2 && <4.11
     , bytestring >=0.10.6 && <0.11
     , http-client >=0.4.30 && <0.6
     , http-client-tls >=0.2.4 && <0.4
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -22,7 +22,7 @@
 library:
   dependencies:
   - aeson >=0.9 && <1.3
-  - base >=4.8.2 && <4.10
+  - base >=4.8.2 && <4.11
   - bytestring >=0.10.6 && <0.11
   - http-client >=0.4.30 && <0.6
   - http-client-tls >=0.2.4 && <0.4
@@ -39,4 +39,4 @@
 maintainer: Taylor Fausak
 name: github-release
 synopsis: Upload files to GitHub releases.
-version: '1.0.3'
+version: '1.0.4'
