diff --git a/git-mediate.cabal b/git-mediate.cabal
--- a/git-mediate.cabal
+++ b/git-mediate.cabal
@@ -2,7 +2,7 @@
 -- further documentation, see http://haskell.org/cabal/users-guide/
 
 name:                git-mediate
-version:             1.0.2
+version:             1.0.3
 synopsis:            Remove trivial conflict markers in a git repository
 description:         Remove trivial conflict markers in a git repository
 homepage:            https://github.com/Peaker/git-mediate
@@ -41,6 +41,6 @@
                      , unix >=2.7
                      , Diff >=0.3
                      , ansi-terminal >=0.6.2
-                     , optparse-applicative >=0.11 && <0.14
+                     , optparse-applicative >=0.11 && <0.15
   -- hs-source-dirs:
   default-language:    Haskell2010
