diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright 2011 Edward Kmett
+Copyright 2011-2014 Edward Kmett
 Copyright 2002 Daan Leijen
 
 All rights reserved.
diff --git a/intern.cabal b/intern.cabal
--- a/intern.cabal
+++ b/intern.cabal
@@ -1,6 +1,6 @@
 name:          intern
 category:      Data, Data Structures
-version:       0.9.1.2
+version:       0.9.1.3
 license:       BSD3
 cabal-version: >= 1.6
 license-file:  LICENSE
@@ -9,7 +9,7 @@
 stability:     experimental
 homepage:      http://github.com/ekmett/intern/
 bug-reports:   http://github.com/ekmett/intern/issues
-copyright:     Copyright (C) 2011 Edward A. Kmett
+copyright:     Copyright (C) 2011-2014 Edward A. Kmett
 build-type:    Simple
 synopsis:      Efficient hash-consing for arbitrary data types
 description:
@@ -49,7 +49,7 @@
     text                 >= 0.11  && < 1.2,
     hashable             >= 1.1   && < 1.3,
     unordered-containers >= 0.2.1 && < 0.3,
-    array                >= 0.3   && < 0.5
+    array                >= 0.3   && < 0.6
 
   exposed-modules:
     Data.Interned
