diff --git a/test/Main.hs b/test/Main.hs
--- a/test/Main.hs
+++ b/test/Main.hs
@@ -50,7 +50,7 @@
         parser = tagName "hello" (textAttr "world") $ \world -> do
           tagNoAttr "{mynamespace}child1" $ return ()
           tagNoAttr "child2" $ return ()
-          x <- tagNoAttr "child3" content
+          x <- tagNoAttr "child3" textContent
           return (world, x)
 
 
diff --git a/xml-conduit-parse.cabal b/xml-conduit-parse.cabal
--- a/xml-conduit-parse.cabal
+++ b/xml-conduit-parse.cabal
@@ -1,5 +1,5 @@
 name:                xml-conduit-parse
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:            Streaming XML parser based on conduits.
 description:
   This library provides an alternative, hopefully higher-level implementation for the parsing part of @xml-conduit@.
