diff --git a/Pipes/Wai.hs b/Pipes/Wai.hs
--- a/Pipes/Wai.hs
+++ b/Pipes/Wai.hs
@@ -1,4 +1,4 @@
--- | A light-weight wrapper around @Network.Wai@ to provide easy conduit support.
+-- | A light-weight wrapper around @Network.Wai@ to provide easy pipes support.
 module Pipes.Wai
     ( Flush(..)
       -- * Request body
diff --git a/pipes-wai.cabal b/pipes-wai.cabal
--- a/pipes-wai.cabal
+++ b/pipes-wai.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                pipes-wai
-version:             3.0.1
+version:             3.0.2
 synopsis:            A port of wai-conduit for the pipes ecosystem
 -- description:         
 homepage:            http://github.com/brewtown/pipes-wai
