diff --git a/ghcjs-dom-hello.cabal b/ghcjs-dom-hello.cabal
--- a/ghcjs-dom-hello.cabal
+++ b/ghcjs-dom-hello.cabal
@@ -1,5 +1,5 @@
 name: ghcjs-dom-hello
-version: 1.0.0.0
+version: 1.1.0.0
 cabal-version: >=1.6
 build-type: Simple
 license: MIT
@@ -22,7 +22,7 @@
     location: https://github.com/ghcjs/ghcjs-dom-hello
  
 executable ghcjs-dom-hello
-    build-depends: base >=4.2 && <5, ghcjs-dom >=0.0.7 && <0.1
+    build-depends: base >=4.2 && <5, ghcjs-dom >=0.0.7 && <0.2
     main-is: Main.hs
     buildable: True
     hs-source-dirs: src
