diff --git a/manatee-editor.cabal b/manatee-editor.cabal
--- a/manatee-editor.cabal
+++ b/manatee-editor.cabal
@@ -1,5 +1,5 @@
 name:			manatee-editor
-version:		0.1.0
+version:		0.1.1
 Cabal-Version:	>= 1.6
 license:		GPL-3
 license-file:	LICENSE
@@ -22,7 +22,7 @@
 stability:		provisional
 category:		Manatee, Editor, IDE
 
-tested-with:	GHC==7.0.2
+tested-with:	GHC==7.0.3
 build-type:		Custom
 
 data-dir: ""
@@ -34,7 +34,7 @@
   location:     http://patch-tag.com/r/AndyStewart/manatee-editor
   
 Library
-     build-depends: base >= 4 && < 5, manatee-core >= 0.1.0, dbus-client >= 0.3 && < 0.4, stm >= 2.1.2.0,
+     build-depends: base >= 4 && < 5, manatee-core >= 0.1.1, dbus-client >= 0.3 && < 0.4, stm >= 2.1.2.0,
                     containers >= 0.3.0.0, gtk >= 0.12.0, gtksourceview2 >= 0.12.0, derive, binary,
                     text >= 0.7.1.0, bytestring >= 0.9.1.5, dbus-core, regex-tdfa, filepath
      exposed-modules:
