diff --git a/src/Data/Text/Manipulate.hs b/src/Data/Text/Manipulate.hs
--- a/src/Data/Text/Manipulate.hs
+++ b/src/Data/Text/Manipulate.hs
@@ -84,8 +84,8 @@
 
 -- $strict
 -- This library provides functions for manipulating both strict and lazy Text types.
--- The strict functions are provided by the "Data.Text.Case" module, while the lazy
--- functions are provided by the "Data.Text.Lazy.Case" module.
+-- The strict functions are provided by the "Data.Text.Manipulate" module, while the lazy
+-- functions are provided by the "Data.Text.Lazy.Manipulate" module.
 
 -- $unicode
 -- While this library supports Unicode in a similar fashion to the
diff --git a/text-manipulate.cabal b/text-manipulate.cabal
--- a/text-manipulate.cabal
+++ b/text-manipulate.cabal
@@ -1,5 +1,5 @@
 name:                  text-manipulate
-version:               0.1.2
+version:               0.1.2.1
 synopsis:              Case conversion, word boundary manipulation, and textual subjugation.
 homepage:              https://github.com/brendanhay/text-manipulate
 license:               OtherLicense
