diff --git a/hoodle.cabal b/hoodle.cabal
--- a/hoodle.cabal
+++ b/hoodle.cabal
@@ -1,5 +1,5 @@
 Name:		hoodle
-Version:	0.1.1
+Version:	0.1.1.0
 Synopsis:	Executable for hoodle
 Description: 	Hoodle is a pen notetaking program written in haskell. 
 Homepage:       http://ianwookim.org/hoodle
@@ -24,7 +24,7 @@
   Build-Depends: 
                  base>4, 
                  cmdargs >= 0.7, 
-                 hoodle-core == 0.9, 
+                 hoodle-core == 0.9.0, 
                  hoodle 
 
 Library
@@ -39,7 +39,7 @@
                    cmdargs >= 0.7,
                    configurator == 0.2.*,
                    dyre >= 0.8.11, 
-                   hoodle-core == 0.9
+                   hoodle-core == 0.9.0
   Exposed-Modules: 
                    Hoodle.ProgType
                    Hoodle.Job
