diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2014 Stack Builders Inc.
+Copyright (c) 2016 Stack Builders Inc.
 
 MIT License
 
diff --git a/twitter-feed.cabal b/twitter-feed.cabal
--- a/twitter-feed.cabal
+++ b/twitter-feed.cabal
@@ -1,5 +1,5 @@
 name:                twitter-feed
-version:             0.2.0.4
+version:             0.2.0.5
 synopsis:            Client for fetching Twitter timeline via Oauth
 description:         Fetches a user timeline from Twitter, and optionally linkifies the results using the Twitter entity API.
 homepage:            https://github.com/stackbuilders/twitter-feed
@@ -23,7 +23,7 @@
 
   build-depends:
     base               >= 4.6   && < 4.9,
-    aeson              >= 0.8   && < 0.11,
+    aeson              >= 0.8   && < 0.12,
     authenticate-oauth >= 1.5   && < 1.6,
     http-conduit       >= 2.1.4 && < 2.2.0,
     bytestring         >= 0.10  && < 0.11
