diff --git a/clean-home.cabal b/clean-home.cabal
--- a/clean-home.cabal
+++ b/clean-home.cabal
@@ -7,7 +7,7 @@
 -- The package version. See the Haskell package versioning policy
 -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
 -- standards guiding when and how versions should be incremented.
-Version:             0.0.2
+Version:             0.0.3
 
 -- A short (one-line) description of the package.
 Synopsis:            Keep your home dir clean by finding old conf files
@@ -33,7 +33,7 @@
 -- A copyright notice.
 -- Copyright:           
 
-Category:            Util
+Category:            Utils
 
 Build-type:          Simple
 
diff --git a/src/Args.hs b/src/Args.hs
--- a/src/Args.hs
+++ b/src/Args.hs
@@ -63,7 +63,7 @@
  &= help "Use program exit code to determine package presence"
  
  }
- &= summary "clean-home 0.0.2"
+ &= summary "clean-home 0.0.3"
  &= details [ "(c) 2012 Ivan Perez - Keera Studios"
             , "Find more about clean-home at http://keera.es"
             , "and http://github.com/ivanperez-keera/clean-home"
