diff --git a/lucid-svg.cabal b/lucid-svg.cabal
--- a/lucid-svg.cabal
+++ b/lucid-svg.cabal
@@ -1,12 +1,12 @@
 name:                lucid-svg
-version:             0.7.1.1
+version:             0.7.2.0
 synopsis:            DSL for SVG using lucid for HTML
 description:         Easy to write SVG in the syle of lucid.
-homepage:            http://github.com/jeffreyrosenbluth/lucid-svg.git
+homepage:            http://github.com/ocharles/lucid-svg.git
 license:             BSD3
 license-file:        LICENSE
 author:              Jeffrey Rosenbluth
-maintainer:          jeffrey.rosenbluth@gmail.com
+maintainer:          ollie@ocharles.org.uk
 copyright:           2015 Jeffrey Rosenbluth
 category:            Graphics
 build-type:          Simple
@@ -21,8 +21,8 @@
                        Lucid.Svg.Attributes
   build-depends:       base          >= 4.5   && < 5,
                        blaze-builder >= 0.2   && < 0.5,
-                       transformers  >= 0.2   && < 0.6,
-                       text          >= 0.11  && < 1.3 || >= 2 && < 2.1,
+                       transformers  >= 0.2   && < 0.7,
+                       text          >= 0.11  && < 1.3 || >= 2 && < 2.2,
                        lucid         >= 2.9.2 && < 3.0
   hs-source-dirs:      src
   default-language:    Haskell2010
