diff --git a/muon.cabal b/muon.cabal
--- a/muon.cabal
+++ b/muon.cabal
@@ -2,7 +2,7 @@
 -- see http://haskell.org/cabal/users-guide/
 
 name:                muon
-version:             0.1.0.4
+version:             0.1.0.5
 synopsis:            Static blog generator
 description:
     Program which takes blog posts and pages written in Markdown and
@@ -12,8 +12,11 @@
     As of now, Muon supports:
     .
         * Generating a site from Markdown and HTML
+    .
         * Previewing a site locally using happstack-server
+    .
         * Uploading a site to a server using rsync
+    .
 homepage:            http://repos.kaashif.co.uk/darcs?r=muon;a=summary
 license:             BSD3
 license-file:        LICENSE
