diff --git a/epub-tools.cabal b/epub-tools.cabal
--- a/epub-tools.cabal
+++ b/epub-tools.cabal
@@ -1,6 +1,6 @@
 name:                epub-tools
 cabal-version:       >= 1.8
-version:             2.1.0
+version:             2.1.1
 build-type:          Simple
 license:             BSD3
 license-file:        LICENSE
@@ -37,11 +37,11 @@
                      EpubTools.EpubMeta.Import
                      EpubTools.EpubMeta.Opts
                      EpubTools.EpubMeta.Util
-   ghc-options:      -Wall
+   ghc-options:      -Wall -rtsopts -with-rtsopts=-K32m
 
 executable           epubname
    main-is:          EpubTools/epubname.hs
-   build-depends:    base >= 3 && < 5, directory, epub-metadata >= 2.3.1,
+   build-depends:    base >= 3 && < 5, directory, epub-metadata >= 2.3.2,
                      filepath, mtl, parsec, regex-compat
    hs-source-dirs:   src
    other-modules:    EpubTools.EpubName.Format.Author
@@ -54,19 +54,19 @@
                      EpubTools.EpubName.Prompt
                      EpubTools.EpubName.Util
 
-   ghc-options:      -Wall
+   ghc-options:      -Wall -rtsopts -with-rtsopts=-K32m
 
 test-suite           epubname-tests
    type:             exitcode-stdio-1.0
    main-is:          EpubTools/test-epubname.hs
-   build-depends:    base, directory, epub-metadata >= 2.3.1, filepath,
+   build-depends:    base, directory, epub-metadata >= 2.3.2, filepath,
                      HUnit, mtl, parsec, regex-compat
    hs-source-dirs:   src testsuite
-   ghc-options:      -Wall
+   ghc-options:      -Wall -rtsopts -with-rtsopts=-K32m
 
 executable           epubzip
    main-is:          EpubTools/epubzip.hs
-   build-depends:    base >= 3 && < 5, directory, epub-metadata >= 2.3.1,
+   build-depends:    base >= 3 && < 5, directory, epub-metadata >= 2.3.2,
                      filepath, mtl, parsec, regex-compat
    hs-source-dirs:   src
    other-modules:    EpubTools.EpubZip.Opts
diff --git a/src/EpubTools/EpubMeta/Opts.hs b/src/EpubTools/EpubMeta/Opts.hs
--- a/src/EpubTools/EpubMeta/Opts.hs
+++ b/src/EpubTools/EpubMeta/Opts.hs
@@ -103,5 +103,5 @@
          , ""
          , "For more information please see the IDPF OPF specification found here: http://idpf.org/epub/20/spec/OPF_2.0.1_draft.htm"
          , ""
-         , "Version 2.1.0  Dino Morelli <dino@ui3.info>"
+         , "Version 2.1.1  Dino Morelli <dino@ui3.info>"
          ]
diff --git a/src/EpubTools/EpubName/Opts.hs b/src/EpubTools/EpubName/Opts.hs
--- a/src/EpubTools/EpubName/Opts.hs
+++ b/src/EpubTools/EpubName/Opts.hs
@@ -194,5 +194,5 @@
          , "For more information on the EPUB format, please see the IDPF OPF specification found here: http://idpf.org/epub/20/spec/OPF_2.0.1_draft.htm"
          , ""
          , ""
-         , "Version 2.1.0  Dino Morelli <dino@ui3.info>"
+         , "Version 2.1.1  Dino Morelli <dino@ui3.info>"
          ]
diff --git a/src/EpubTools/EpubZip/Opts.hs b/src/EpubTools/EpubZip/Opts.hs
--- a/src/EpubTools/EpubZip/Opts.hs
+++ b/src/EpubTools/EpubZip/Opts.hs
@@ -68,5 +68,5 @@
          , ""
          , "For more information please see the IDPF OPF specification found here: http://idpf.org/epub/20/spec/OPF_2.0.1_draft.htm"
          , ""
-         , "Version 2.1.0  Dino Morelli <dino@ui3.info>"
+         , "Version 2.1.1  Dino Morelli <dino@ui3.info>"
          ]
