diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Mezzo
 
-[![Build Status](https://travis-ci.org/DimaSamoz/mezzo.svg?branch=master)](https://travis-ci.org/DimaSamoz/mezzo )
+[![Build Status](https://travis-ci.org/DimaSamoz/mezzo.svg?branch=master)](https://travis-ci.org/DimaSamoz/mezzo) [![Hackage](https://img.shields.io/hackage/v/mezzo.svg)](https://hackage.haskell.org/package/mezzo)
 
 *Mezzo* is a Haskell library and embedded domain-specific language for music description. Its novelty is in the fact that it can enforce various rules of music composition *statically*, that is, at compile-time. This effectively means that if you write "bad" music, your composition will not compile – think of it as a **very** strict spell-checker for music.
 
@@ -27,7 +27,7 @@
 If using Stack, you will need to add the package to your `extra-deps` in your `stack.yaml` (as Mezzo is not part of Stackage yet), and then add it normally to your `.cabal` file dependencies:
 
 ```cabal
-extra-deps: [ mezzo-0.2.0.0 ]
+extra-deps: [ mezzo-0.2.0.2 ]
 
 build-depends: base >= 4.7 && < 5
              , mezzo
diff --git a/docs/comp1.png b/docs/comp1.png
new file mode 100644
Binary files /dev/null and b/docs/comp1.png differ
diff --git a/mezzo.cabal b/mezzo.cabal
--- a/mezzo.cabal
+++ b/mezzo.cabal
@@ -1,9 +1,9 @@
 name:                mezzo
-version:             0.2.0.1
+version:             0.2.0.2
 synopsis:            Typesafe music composition
 description:         A Haskell music composition library that enforces common
                      musical rules in the type system.
-homepage:            https://github.com/DimaSamoz/mezzo#readme
+homepage:            https://github.com/DimaSamoz/mezzo
 license:             MIT
 license-file:        LICENSE
 author:              Dima Szamozvancev
@@ -12,6 +12,7 @@
 category:            Music
 build-type:          Simple
 extra-source-files:  README.md
+                   , docs/*.png
 cabal-version:       >=1.10
 
 library
