diff --git a/vcsgui.cabal b/vcsgui.cabal
--- a/vcsgui.cabal
+++ b/vcsgui.cabal
@@ -1,5 +1,5 @@
 name: vcsgui
-version: 0.1.2.0
+version: 0.1.3.0
 cabal-version: >= 1.8
 build-type: Simple
 license: GPL
@@ -43,7 +43,7 @@
                process >=1.0.1.5 && <1.3,
                text -any
     if flag(gtk3)
-      build-depends: gtk3 >=0.13.0.0 && <0.14
+      build-depends: gtk3 >=0.13.0.0 && <0.15
       cpp-options:   -DMIN_VERSION_gtk=MIN_VERSION_gtk3
     else
       build-depends: gtk >=0.13.0.0 && <0.14
@@ -74,7 +74,7 @@
                process >=1.0.1.5 && <1.3,
                text -any
     if flag(gtk3)
-      build-depends: gtk3 >=0.12.4 && <0.14
+      build-depends: gtk3 >=0.12.4 && <0.15
       cpp-options:   -DMIN_VERSION_gtk=MIN_VERSION_gtk3
     else
       build-depends: gtk >=0.12.4 && <0.14
@@ -104,7 +104,7 @@
                process >=1.0.1.5 && <1.3,
                text -any
     if flag(gtk3)
-      build-depends: gtk3 >=0.12.4 && <0.14
+      build-depends: gtk3 >=0.12.4 && <0.15
       cpp-options:   -DMIN_VERSION_gtk=MIN_VERSION_gtk3
     else
       build-depends: gtk >=0.12.4 && <0.14
