diff --git a/hb3sum.cabal b/hb3sum.cabal
--- a/hb3sum.cabal
+++ b/hb3sum.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                hb3sum
-version:             0.0.0.1
+version:             0.0.0.2
 synopsis:            A command line tool to compute BLAKE3 hashes.
 description:         A command line tool to compute BLAKE3 hashes. Aims at being a b3sum drop-in replacement.
 license:             AGPL-3.0-only
@@ -18,7 +18,7 @@
 Source-repository this
   type:              git
   location:          https://github.com/l29ah/hb3sum
-  tag:               0.0.0.1
+  tag:               0.0.0.2
 
 executable hb3sum
   main-is:             Main.hs
@@ -26,5 +26,5 @@
   build-depends:       base >= 4.9 && < 5,
                        blake3 ^>= 0.3,
                        mmap ^>= 0.5.9,
-                       bytestring >= 0.10 && < 0.12,
+                       bytestring >= 0.10 && < 0.13,
   default-language:    Haskell2010
