diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-# lucid-svg
-
+lucid-svg [![Hackage](https://img.shields.io/hackage/v/lucid-svg.svg?style=flat)](https://hackage.haskell.org/package/lucid-svg)
+=========
 Simple DSL for writing SVG, base on lucid
 
 ## Example
@@ -12,7 +12,7 @@
 svg :: Svg () -> Svg ()
 svg content = do
   doctype_
-  with (svg11_ content) [version_ "1.1", width_ "300" , height_ "200"]
+  with (svg11_ content) [width_ "300" , height_ "200"]
 
 contents :: Svg ()
 contents = do
diff --git a/lucid-svg.cabal b/lucid-svg.cabal
--- a/lucid-svg.cabal
+++ b/lucid-svg.cabal
@@ -1,10 +1,6 @@
--- Initial lucid-svg.cabal generated by cabal init.  For further 
--- documentation, see http://haskell.org/cabal/users-guide/
-
 name:                lucid-svg
-version:             0.2.0.1
+version:             0.2.0.2
 synopsis:            DSL for SVG using lucid for HTML
--- description:         
 homepage:            http://github.com/jeffreyrosenbluth/lucid-svg.git
 license:             BSD3
 license-file:        LICENSE
@@ -26,6 +22,6 @@
                        blaze-builder >= 0.3 && < 0.4,
                        transformers  >= 0.4  && < 0.5,
                        text          >= 1.2  && < 1.3,
-                       lucid         >=2.6.1 && < 2.7
+                       lucid         >=2.8.1 && < 2.9
   hs-source-dirs:      src
   default-language:    Haskell2010
