diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -43,14 +43,14 @@
 
 Here is the table 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
+| Objects amount | Data size |
+| --- | --- |
+| 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
+version: 0.1.0.1
 synopsis: Fast and simple JSON encoding toolkit
 description:
   Minimalistic library for encoding JSON directly to strict bytestring.
