diff --git a/src/Vary.hs b/src/Vary.hs
--- a/src/Vary.hs
+++ b/src/Vary.hs
@@ -71,7 +71,7 @@
 -- >>> import Vary (Vary, (:|))
 -- >>> import qualified Vary
 --
--- You probably often want to use it together with the "Vary.Either" module:
+-- You probably often want to use it together with the "Vary.VEither" module:
 --
 -- >>> import Vary.VEither (VEither(VLeft, VRight))
 -- >>> import qualified Vary.VEither as VEither
diff --git a/vary.cabal b/vary.cabal
--- a/vary.cabal
+++ b/vary.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           vary
-version:        0.1.0.2
+version:        0.1.0.3
 synopsis:       Vary: Friendly and fast polymorphic variants (open unions/coproducts/extensible sums)
 description:    Vary: Friendly and fast Variant types for Haskell
                 .
