diff --git a/LICENSE.markdown b/LICENSE.markdown
--- a/LICENSE.markdown
+++ b/LICENSE.markdown
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2018 Taylor Fausak
+Copyright (c) 2020 Taylor Fausak
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/rattletrap.cabal b/rattletrap.cabal
--- a/rattletrap.cabal
+++ b/rattletrap.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.2
 
 name: rattletrap
-version: 9.0.9
+version: 9.0.10
 
 category: Game
 description: Rattletrap parses and generates Rocket League replays.
@@ -23,7 +23,7 @@
   build-depends:
     aeson >= 1.3.1 && < 1.5,
     aeson-pretty ^>= 0.8.7,
-    base >= 4.11.1 && < 4.14,
+    base >= 4.11.1 && < 4.15,
     binary ^>= 0.8.5,
     binary-bits ^>= 0.5,
     bytestring ^>= 0.10.8,
@@ -32,7 +32,7 @@
     http-client >= 0.5.13 && < 0.7,
     http-client-tls ^>= 0.3.5,
     scientific ^>= 0.3.6,
-    template-haskell >= 2.13.0 && < 2.16,
+    template-haskell >= 2.13.0 && < 2.17,
     text ^>= 1.2.3,
     transformers ^>= 0.5.5,
   default-language: Haskell2010
