diff --git a/phantom-state.cabal b/phantom-state.cabal
--- a/phantom-state.cabal
+++ b/phantom-state.cabal
@@ -1,11 +1,11 @@
 name:                phantom-state
-version:             0.2.0.1
+version:             0.2.0.2
 synopsis:            Phantom State Transformer. Like State Monad, but without values.
 description:         A monad transformer that mimics the State Monad Transformer from the
                      <http://hackage.haskell.org/package/transformers transformers> package,
                      but dropping the values. In those cases that you want to use the State
-                     Monad but you only care about how the state changes, use this library
-                     to earn a plus of efficiency.
+                     Monad but you only care about effects and how the state changes, use
+                     this library to earn a plus of efficiency.
 license:             BSD3
 license-file:        LICENSE
 author:              Daniel Díaz
