diff --git a/binsm.cabal b/binsm.cabal
--- a/binsm.cabal
+++ b/binsm.cabal
@@ -1,6 +1,6 @@
 name:                binsm
 -- semver
-version:             0.1.2
+version:             0.1.3
 synopsis:            binary files splitter and merger
 description:         binary files splitter and merger, makes working with offsets in your shell less painful
 homepage:            https://github.com/l29ah/binsm
@@ -20,12 +20,15 @@
 Source-repository this
   type:              git
   location:          https://github.com/l29ah/binsm.git
-  tag:               0.1.1
+  tag:               0.1.3
 
 executable binsm
   main-is:             binsm.hs
   build-depends:       base >= 4.9 && < 5
-                     , parsec >= 3.1 && < 3.2, bytestring >= 0.10 && < 0.11, optparse-applicative >= 0.13.0.0 && < 0.16, ansi-wl-pprint >= 0.6.7.3 && < 0.7
+                     , parsec >= 3.1 && < 3.2
+                     , bytestring >= 0.10 && < 0.12
+                     , optparse-applicative >= 0.13.0.0 && < 0.17
+                     , ansi-wl-pprint >= 0.6.7.3 && < 0.7
   default-language:    Haskell2010
   ghc-options:         -fno-warn-tabs
   other-modules:       Maps
