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.2
+version:        1.0.3
 synopsis:       Upload files to GitHub releases.
 description:    GitHub Release is a command-line utility for uploading files to GitHub releases.
 category:       Utility
@@ -37,7 +37,7 @@
     , http-client-tls >=0.2.4 && <0.4
     , http-types >=0.9 && <0.10
     , mime-types >=0.1 && <0.2
-    , optparse-generic >=1.1 && <1.2
+    , optparse-generic >=1.1 && <1.3
     , text >=1.2.2 && <1.3
     , unordered-containers >=0.2.5 && <0.3
     , uri-templater >=0.2 && <0.3
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -28,7 +28,7 @@
   - http-client-tls >=0.2.4 && <0.4
   - http-types >=0.9 && <0.10
   - mime-types >=0.1 && <0.2
-  - optparse-generic >=1.1 && <1.2
+  - optparse-generic >=1.1 && <1.3
   - text >=1.2.2 && <1.3
   - unordered-containers >=0.2.5 && <0.3
   - uri-templater >=0.2 && <0.3
@@ -39,4 +39,4 @@
 maintainer: Taylor Fausak
 name: github-release
 synopsis: Upload files to GitHub releases.
-version: '1.0.2'
+version: '1.0.3'
