diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright Neil Mitchell 2006-2007.
+Copyright Neil Mitchell 2011-2012.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/cmdargs-browser.cabal b/cmdargs-browser.cabal
--- a/cmdargs-browser.cabal
+++ b/cmdargs-browser.cabal
@@ -1,13 +1,13 @@
 cabal-version:      >= 1.6
 build-type:         Simple
 name:               cmdargs-browser
-version:            0.1
+version:            0.1.1
 license:            BSD3
 license-file:       LICENSE
 category:           Console
 author:             Neil Mitchell <ndmitchell@gmail.com>
 maintainer:         Neil Mitchell <ndmitchell@gmail.com>
-copyright:          Neil Mitchell 2011
+copyright:          Neil Mitchell 2011-2012
 synopsis:           Helper to enter cmdargs command lines using a web browser
 description:
     Used in conjunction with a cmdargs enabled program to enter flags using a web browser,
@@ -29,7 +29,7 @@
     main-is: Main.hs
     build-depends:
         base == 4.*,
-        transformers == 0.2.*,
+        transformers >= 0.2 && < 0.4,
         filepath,
         text,
         bytestring,
