diff --git a/Hs2lib.cabal b/Hs2lib.cabal
--- a/Hs2lib.cabal
+++ b/Hs2lib.cabal
@@ -1,5 +1,5 @@
 Name:           Hs2lib
-Version:        0.6.0
+Version:        0.6.1
 Cabal-Version:  >= 1.10
 Build-Type:     Custom
 License:        BSD3
@@ -28,7 +28,7 @@
                 .
                     - Does not support automatic instance generation for infix constructors yet
                 .
-                NOTE: Package is not working again, but I have fixed the version of haskell-src-exts to prevent it from breaking again.
+                NOTE: Package is now working again, but I have fixed the version of haskell-src-exts to prevent it from breaking again.
                 .
 Data-Files: Templates/main.template-unix.c, 
             Templates/main.template-win.c,
diff --git a/WinDll/Version/Hs2lib.hs b/WinDll/Version/Hs2lib.hs
--- a/WinDll/Version/Hs2lib.hs
+++ b/WinDll/Version/Hs2lib.hs
@@ -19,7 +19,7 @@
 
 -- | Version Number
 verNum :: [Int]
-verNum = [0,6,0]
+verNum = [0,6,1]
 
 -- | Version string
 verStr :: String
