diff --git a/Main.hs b/Main.hs
--- a/Main.hs
+++ b/Main.hs
@@ -22,7 +22,7 @@
           (helper <*> parseOpts)
           (fullDesc 
             <> progDesc "A Haskell implementation of Mustache templates.\nOn STDIN provide the JSON to insert into the template."
-            <> header "mus v0.1.0.0")
+            <> header "mus v0.1.0.1")
 
 main = do
     opts' <- execParser opts 
diff --git a/mustache-haskell.cabal b/mustache-haskell.cabal
--- a/mustache-haskell.cabal
+++ b/mustache-haskell.cabal
@@ -2,10 +2,10 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                mustache-haskell 
-version:             0.1.0.0
-synopsis:            straight implementation of mustache templates
--- description:         
-homepage:            https://github.com/danchoi/mustache
+version:             0.1.0.1
+synopsis:            Straight implementation of mustache templates
+description:         Straight implementation of mustache templates 
+homepage:            https://github.com/danchoi/mustache-haskell
 license:             MIT
 license-file:        LICENSE
 author:              Daniel Choi
