diff --git a/ScratchFs.cabal b/ScratchFs.cabal
--- a/ScratchFs.cabal
+++ b/ScratchFs.cabal
@@ -1,5 +1,5 @@
 name:                ScratchFs
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Size limited temp filesystem based on fuse
 
 description:         ScratchFS is a FUSE-based filesystem which provides a size-limited directory tree. 
@@ -14,6 +14,9 @@
 category:            System
 build-type:          Simple
 cabal-version:       >=1.8
+stability:           experimental
+homepage:            http://github.com/hirschenberger/ScratchFS
+bug-reports:         http://github.com/hirschenberger/ScratchFS/issues
 
 source-repository head
   type: git
