diff --git a/Data/Proxy.hs b/Data/Proxy.hs
--- a/Data/Proxy.hs
+++ b/Data/Proxy.hs
@@ -135,10 +135,10 @@
     def = Proxy
     {-# INLINE def #-}
 
--- | Some times you need to change the tag you have lying around.
+-- | Some times you need to change the proxy you have lying around.
 -- Idiomatic usage is to make a new combinator for the relationship 
--- between the tags that you want to enforce, and define that 
--- combinator using 'retag'.
+-- between the proxies that you want to enforce, and define that 
+-- combinator using 'reproxy'.
 --
 -- > data Succ n
 -- > reproxySucc :: Proxy n -> Proxy (Succ n)
diff --git a/tagged.cabal b/tagged.cabal
--- a/tagged.cabal
+++ b/tagged.cabal
@@ -1,5 +1,5 @@
 name:           tagged
-version:        0.2.2
+version:        0.2.2.1
 license:        BSD3
 license-file:   LICENSE
 author:         Edward A. Kmett
