diff --git a/h-reversi.cabal b/h-reversi.cabal
--- a/h-reversi.cabal
+++ b/h-reversi.cabal
@@ -2,15 +2,15 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                h-reversi
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Reversi game in haskell/blank-canvas
+
 description:         @h-reversi@ is build using using html5/blank-canvas
-                     @
                      .
                      <<https://github.com/apoorvingle/h-reversi/blob/master/images/screenshot.jpeg>>
                      .
-                     @
                      Please visit <https://github.com/apoorvingle/h-reversi h-reversi> for more details
+                     .
 homepage:            https://github.com/apoorvingle/h-reversi
 Bug-reports:         https://github.com/apoorvingle/h-reversi/issues 
 license:             MIT
@@ -64,7 +64,7 @@
   build-depends:       QuickCheck >= 2.9 && <= 3.0
                      , base >= 4.8 && < 4.10
                      , containers >= 0.5.7.1 && <= 0.6
-                     , h-reversi == 0.1.0.1
+                     , h-reversi == 0.1.0.2
                      , hspec >= 2.3.2 && <= 2.5
                      , split >= 0.2.3 && <= 0.2.5
                      , text >= 1.2.2.1 && <= 1.3
