diff --git a/Network/Wai.hs b/Network/Wai.hs
--- a/Network/Wai.hs
+++ b/Network/Wai.hs
@@ -7,8 +7,8 @@
 protocol between web servers and web applications.
 
 The overriding design principles here are performance and generality . To
-address performance, this library is built on top of the enumerator and
-blaze-builder packages.  The advantages of enumerators over lazy IO have been
+address performance, this library is built on top of the conduit and
+blaze-builder packages.  The advantages of conduits over lazy IO have been
 debated elsewhere and so will not be addressed here.  However, helper functions
 like 'responseLBS' allow you to continue using lazy IO if you so desire.
 
diff --git a/wai.cabal b/wai.cabal
--- a/wai.cabal
+++ b/wai.cabal
@@ -1,5 +1,5 @@
 Name:                wai
-Version:             1.2.0.2
+Version:             1.2.0.3
 Synopsis:            Web Application Interface.
 Description:         Provides a common protocol for communication between web applications and web servers.
 License:             MIT
