diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -41,16 +41,14 @@
 lazy-aeson/100,000                       mean 245.4 ms  ( +- 1.571 ms  )
 ```
 
-Here is the table of the data sizes of produced documents by the amounts of objects:
+Here is the listing of the data sizes of produced documents by the amounts of objects:
 
-| Objects amount | Data size |
-| --- | --- |
-| 1 | 941B |
-| 10 | 6.4kB |
-| 100 | 60kB |
-| 1,000 | 604kB |
-| 10,000 | 6MB |
-| 100,000 | 60MB |
+- 1: 941B
+- 10: 6.4kB
+- 100: 60kB
+- 1,000: 604kB
+- 10,000: 6MB
+- 100,000: 60MB
 
 The benchmark suite is bundled with the package.
 
diff --git a/jsonifier.cabal b/jsonifier.cabal
--- a/jsonifier.cabal
+++ b/jsonifier.cabal
@@ -1,5 +1,5 @@
 name: jsonifier
-version: 0.1.0.1
+version: 0.1.0.2
 synopsis: Fast and simple JSON encoding toolkit
 description:
   Minimalistic library for encoding JSON directly to strict bytestring.
