diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -6,3 +6,6 @@
 
 0.1.0.2:
                 * updated documentation for multiline example
+
+0.1.0.3:
+		* bumped gtk dependency
diff --git a/plot-gtk.cabal b/plot-gtk.cabal
--- a/plot-gtk.cabal
+++ b/plot-gtk.cabal
@@ -1,5 +1,5 @@
 Name:                plot-gtk
-Version:             0.1.0.2
+Version:             0.1.0.3
 License:             BSD3
 License-file:        LICENSE
 Copyright:           (c) A.V.H. McPhail 2010
@@ -27,8 +27,8 @@
   Build-Depends:     base >= 4 && < 5,
                      mtl,
                      process,
-                     glib >= 0.11 && < 0.12,
-                     gtk >= 0.11 && < 0.12,
+                     glib >= 0.11 && < 0.13,
+                     gtk >= 0.11 && < 0.13,
                      hmatrix >= 0.10 && < 0.11,
                      plot < 0.2
 
