diff --git a/vcswrapper.cabal b/vcswrapper.cabal
--- a/vcswrapper.cabal
+++ b/vcswrapper.cabal
@@ -1,5 +1,5 @@
 name: vcswrapper
-version: 0.1.0
+version: 0.1.1
 cabal-version: >= 1.8
 build-type: Simple
 license: GPL
@@ -28,7 +28,7 @@
                process >=1.0.1.5 && <1.3,
                filepath >=1.2.0.0 && < 1.4,
                split >=0.2.2 && <0.3,
-               text >=0.11.1.5 && <1.2
+               text >=0.11.1.5 && <1.3
     exposed-modules: VCSWrapper.Common VCSWrapper.Git VCSWrapper.Svn VCSWrapper.Mercurial
     other-modules:
                VCSWrapper.Svn.Types VCSWrapper.Svn.Process VCSWrapper.Svn.Parsers
@@ -51,7 +51,7 @@
                process >=1.0.1.5 && <1.3,
                filepath >=1.2.0.0 && < 1.4,
                split >=0.2.2 && <0.3,
-               text >=0.11.1.5 && <1.2
+               text >=0.11.1.5 && <1.3
     buildable: True
     hs-source-dirs: src
     other-modules:
