diff --git a/json-b.cabal b/json-b.cabal
--- a/json-b.cabal
+++ b/json-b.cabal
@@ -1,5 +1,5 @@
 name                          : json-b
-version                       : 0.0.1
+version                       : 0.0.2
 category                      : Text
 license                       : BSD3
 license-file                  : LICENSE
@@ -9,7 +9,7 @@
 synopsis                      : JSON parser that uses byte strings.
 description                   :
   This parser consumes lazy ByteStrings to produce JSON in a simple, efficient
-  format backed with a strict ByteStrings, Rationals and ByteString tries. See
+  format backed with strict ByteStrings, Rationals and ByteString tries. See
   the schema generation tools and the command line JSON schema generator (in
   the examples subdir) for an example of how to use the parsing tools.
 
