diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,5 @@
 Shpadoinkle Snabbdom, I think I know exactly what it means
-Copyright © 2019 Isaac Shpaira
+Copyright © 2020 Isaac Shpaira
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/Shpadoinkle-backend-snabbdom.cabal b/Shpadoinkle-backend-snabbdom.cabal
--- a/Shpadoinkle-backend-snabbdom.cabal
+++ b/Shpadoinkle-backend-snabbdom.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 65d971f46c65e7bf9238533aaa2d123da99931470b4b1a444c39110f953e032b
+-- hash: 8d640457d8dcfbf7edf0ce733ba9d6c10d9beb6d8c62b7bbd10c0a294a0f2cb7
 
 name:           Shpadoinkle-backend-snabbdom
-version:        0.1.0.0
+version:        0.1.0.1
 synopsis:       Use the high-performance Snabbdom virtual dom library written in JavaScript.
 description:    Snabbdom is a battle-tested virtual dom library for JavaScript. It's extremely fast, lean, and modular. Snabbdom's design made it a natural choice for a Shpadoinkle rendering backend, as it has a similar core philosophy of "just don't do much" and is friendly to purely functional binding.
 category:       Web
@@ -35,7 +35,7 @@
   ghc-options: -Wall -Wcompat -fwarn-redundant-constraints -fwarn-incomplete-uni-patterns -fwarn-tabs -fwarn-incomplete-record-updates -fwarn-identities
   build-depends:
       Shpadoinkle
-    , base >=4.12.0 && <4.15
+    , base >=4.12.0 && <4.16
     , file-embed >=0.0.11 && <0.1
     , jsaddle >=0.9.7 && <0.20
     , mtl >=2.2.2 && <2.3
