diff --git a/h-reversi.cabal b/h-reversi.cabal
--- a/h-reversi.cabal
+++ b/h-reversi.cabal
@@ -2,12 +2,12 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                h-reversi
-version:             0.1.0.2
+version:             0.1.0.3
 synopsis:            Reversi game in haskell/blank-canvas
 
-description:         @h-reversi@ is build using using html5/blank-canvas
+description:         @h-reversi@ uses html5/blank-canvas underneath
                      .
-                     <<https://github.com/apoorvingle/h-reversi/blob/master/images/screenshot.jpeg>>
+                     <<https://raw.githubusercontent.com/apoorvingle/h-reversi/master/images/screenshot.jpeg>>
                      .
                      Please visit <https://github.com/apoorvingle/h-reversi h-reversi> for more details
                      .
@@ -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.2
+                     , h-reversi == 0.1.0.3
                      , hspec >= 2.3.2 && <= 2.5
                      , split >= 0.2.3 && <= 0.2.5
                      , text >= 1.2.2.1 && <= 1.3
