diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2008-2011
+Copyright (c) 2008-2012
         The President and Fellows of Harvard College.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/exception-mtl.cabal b/exception-mtl.cabal
--- a/exception-mtl.cabal
+++ b/exception-mtl.cabal
@@ -1,9 +1,9 @@
 name:           exception-mtl
-version:        0.3.0.1
+version:        0.3.0.2
 cabal-version:  >= 1.10
 license:        BSD3
 license-file:   LICENSE
-copyright:      (c) 2008-2011 Harvard University
+copyright:      (c) 2008-2012 Harvard University
 author:         Geoffrey Mainland <mainland@eecs.harvard.edu>
 maintainer:     mainland@eecs.harvard.edu
 stability:      alpha
@@ -24,8 +24,8 @@
   build-depends:
     base >=4 && <5,
     exception-transformers >=0.3 && <0.4,
-    mtl >=2.0 && <2.1,
-    transformers >=0.2 && <0.3
+    mtl >=2.0 && <2.2,
+    transformers >=0.2 && <0.4
 
   ghc-options:
     -Wall
