diff --git a/Text/JSONb/Encode.hs b/Text/JSONb/Encode.hs
--- a/Text/JSONb/Encode.hs
+++ b/Text/JSONb/Encode.hs
@@ -53,7 +53,7 @@
 {-| Style of serialization. Compact is the only one that is implemented at
     present.
  -}
-data Style                   =  Compact -- | LightSpaces | Indented
+data Style                   =  Compact -- for later: LightSpaces | Indented
 deriving instance Show Style
 deriving instance Eq Style
 
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.2
+version                       : 0.0.3
 category                      : Text
 license                       : BSD3
 license-file                  : LICENSE
