diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2016, jeremy@n-heptane.com
+Copyright (c) 2019, Jeremy Shaw
 
 All rights reserved.
 
@@ -13,7 +13,7 @@
       disclaimer in the documentation and/or other materials provided
       with the distribution.
 
-    * Neither the name of jeremy@n-heptane.com nor the names of other
+    * Neither the name of Jeremy Shaw nor the names of other
       contributors may be used to endorse or promote products derived
       from this software without specific prior written permission.
 
diff --git a/minecraft-data.cabal b/minecraft-data.cabal
--- a/minecraft-data.cabal
+++ b/minecraft-data.cabal
@@ -1,5 +1,5 @@
 name:                minecraft-data
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            a DSL for generating minecraft commands and levels
 description:         a DSL for generating minecraft commands and levels
 homepage:            https://github.com/stepcut/minecraft-data
@@ -26,7 +26,7 @@
                        Minecraft.Level
   other-extensions:    DeriveDataTypeable, DeriveGeneric, OverloadedStrings
   build-depends:       array,
-                       base >=4.8 && <4.10,
+                       base >=4.8 && <4.13,
                        bytestring,
                        containers,
                        cereal,
@@ -37,7 +37,7 @@
                        pipes,
                        lens,
                        mtl,
-                       nbt >= 0.6 && < 0.7,
+                       nbt >= 0.6 && < 0.8,
                        text >=1.2 && <1.3,
                        text-show,
                        time,
