diff --git a/CommandArgs.hs b/CommandArgs.hs
--- a/CommandArgs.hs
+++ b/CommandArgs.hs
@@ -18,7 +18,7 @@
 deriving instance Data WrapMode
 deriving instance Typeable WrapMode
 
-programVersion = "0.28.0.4"
+programVersion = "0.28.0.5"
 
 data OutputFormat = OutputPHP
                   | OutputJavascript
diff --git a/hpaco.cabal b/hpaco.cabal
--- a/hpaco.cabal
+++ b/hpaco.cabal
@@ -1,5 +1,5 @@
 name:                hpaco
-version:             0.28.0.4
+version:             0.28.0.5
 synopsis:            Modular template compiler
 description:         CLI front-end to the hpaco-lib library. Compiles Paco
                      template source code to JavaScript or PHP, or interprets
@@ -20,7 +20,7 @@
   build-depends:       base == 4.*
                ,       filepath >= 1.1 && < 1.4
                ,       cmdargs >= 0.9 && < 1.0
-               , hpaco-lib >= 0.28.0.4
+               , hpaco-lib >= 0.28.0.5
                ,       strict >= 0.3
                ,       yaml >= 0.6
                ,       aeson >= 0.6
