diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -2,41 +2,4 @@
 		* initial version
 
 0.1.0.1:
-		* unshadowed fig in Gtk.hs
-
-0.1.0.2:
-                * updated documentation for multiline example
-
-0.1.0.3:
-		* bumped gtk dependency
-
-0.1.0.4:
-		* bumped hmatrix dependency
-
-0.1.0.5:
-		* added a destroy method
-
-0.1.0.6:
-		* export destroy method
-
-0.1.0.8:
-		* removed hmatrix upper dependency
-
-0.1.0.9:	
-		* switch to github
-
-0.1.0.10:
-		* fixed .cabal repository line
-
-0.1.0.11:
-		* fixed .cabal repository line
-
-0.2:
-		* fix window behaviour by initialising once only and counting 
-                    open windows to know when to quit 
-
-0.2.0.1:
-		* remove warnings from Gtk.hs:initGuiOnce
-
-0.2.0.2:
-		* allow pango/cairo v0.13
+		* bumped gtk3 library dependency
diff --git a/plot-gtk3.cabal b/plot-gtk3.cabal
--- a/plot-gtk3.cabal
+++ b/plot-gtk3.cabal
@@ -1,8 +1,8 @@
 Name:                plot-gtk3
-Version:             0.1
+Version:             0.1.0.1
 License:             BSD3
 License-file:        LICENSE
-Copyright:           (c) A.V.H. McPhail 2014
+Copyright:           (c) A.V.H. McPhail 2014, 2015
 Author:              Vivian McPhail
 Maintainer:          haskell.vivian.mcphail <at> gmail <dot> com
 Stability:           experimental
@@ -16,7 +16,7 @@
 
 Category:            Graphics
 
-Tested-with:         GHC==7.8.3
+Tested-with:         GHC==7.10.2
 Cabal-version:       >= 1.8
 Build-type:          Simple
 
@@ -28,7 +28,7 @@
                      mtl,
                      process,
                      glib >= 0.11 && < 0.14,
-                     gtk3 >= 0.13 && < 0.14,
+                     gtk3 >= 0.13 && < 0.15,
                      hmatrix >= 0.10,
                      plot < 0.3
 
