diff --git a/R-pandoc.cabal b/R-pandoc.cabal
--- a/R-pandoc.cabal
+++ b/R-pandoc.cabal
@@ -1,5 +1,5 @@
 name: R-pandoc
-version: 0.2
+version: 0.2.1
 cabal-version: >=1.10
 build-type: Simple
 license: BSD3
@@ -9,7 +9,7 @@
 synopsis: A pandoc filter to express R plots inside markdown
 category: Text
 author: Corentin Dupont
-extra-source-files: README.md
+extra-source-files: README.md img/Rplot.png
 
 source-repository head
     type: git
@@ -34,7 +34,7 @@
     build-depends:
         base         >=4.6  && <4.9,
         pandoc-types >=1.12 && <1.13,
-        R-pandoc     ==0.2
+        R-pandoc     ==0.2.1
     main-is: src/Main.hs
     buildable: True
     default-language: Haskell2010
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,6 +1,4 @@
 
-Please note that this repo is work in progress.
-
 [![Build Status](https://travis-ci.org/cdupont/R-pandoc.svg?branch=master)](https://travis-ci.org/cdupont/R-pandoc)
 
 A [pandoc](http://johnmacfarlane.net/pandoc/) filter to embbed R plots inside markdown documents.
diff --git a/img/Rplot.png b/img/Rplot.png
new file mode 100644
Binary files /dev/null and b/img/Rplot.png differ
