diff --git a/haskell-neo4j-client.cabal b/haskell-neo4j-client.cabal
--- a/haskell-neo4j-client.cabal
+++ b/haskell-neo4j-client.cabal
@@ -1,13 +1,16 @@
 name:                haskell-neo4j-client
-version:             0.3.0.1
+version:             0.3.0.2
 synopsis:            A Haskell neo4j client
 description:         
     Library to interact with Neo4j databases. 
     .
     This library covers: 
-    .   -Cypher transactions
-    .   -CRUD operations for nodes, relationships, labels and indexes
-    .   -Batch calls for CRUD operations.
+    .
+       -Cypher transactions
+    .
+       -CRUD operations for nodes, relationships, labels and indexes
+    .
+       -Batch calls for CRUD operations.
     .
     .
     All code has been tested with Neo4j versions 2.0.3 and 2.1.5
