diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright 2009–2011 Roel van Dijk
+Copyright 2009–2014 Roel van Dijk
 
 All rights reserved.
 
diff --git a/roman-numerals.cabal b/roman-numerals.cabal
--- a/roman-numerals.cabal
+++ b/roman-numerals.cabal
@@ -1,11 +1,11 @@
 name:          roman-numerals
-version:       0.5.1.2
+version:       0.5.1.3
 cabal-version: >= 1.6
 build-type:    Simple
 stability:     stable
 author:        Roel van Dijk <vandijk.roel@gmail.com>
 maintainer:    Roel van Dijk <vandijk.roel@gmail.com>
-copyright:     2009–2012 Roel van Dijk
+copyright:     2009–2014 Roel van Dijk
 license:       BSD3
 license-file:  LICENSE
 homepage:      https://github.com/roelvandijk/roman-numerals
@@ -26,6 +26,6 @@
   build-depends: base                 >= 3.0.3.1 && < 4.7
                , base-unicode-symbols >= 0.1.1   && < 0.3
                , bytestring           >= 0.9.1   && < 0.11
-               , text                 >= 0.11    && < 0.12
+               , text                 >= 0.11    && < 1.2
   exposed-modules: Text.Numeral.Roman
   ghc-options: -Wall
