diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2013 John Lenz
+Copyright (c) 2014 John Lenz
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
diff --git a/yesod-static-angular.cabal b/yesod-static-angular.cabal
--- a/yesod-static-angular.cabal
+++ b/yesod-static-angular.cabal
@@ -1,5 +1,5 @@
 name:              yesod-static-angular
-version:           0.1.2
+version:           0.1.3
 cabal-version:     >= 1.8
 build-type:        Simple
 synopsis:          Yesod generators for embedding AngularJs code into yesod-static at compile time
@@ -75,8 +75,8 @@
                  , shakespeare-js       >= 1.2
                  , template-haskell
                  , text                 >= 0.11
-                 , yesod-core           >= 1.2        && < 1.3
-                 , yesod-static         >= 1.2.1      && < 1.3
+                 , yesod-core           >= 1.2        && < 1.5
+                 , yesod-static         >= 1.2.1      && < 1.5
 
 test-suite test
     type:              exitcode-stdio-1.0
@@ -93,7 +93,7 @@
                  , text
                  , template-haskell
                  , yesod-core
-                 , yesod-test >= 1.2 && < 1.3
+                 , yesod-test >= 1.2 && < 1.5
                  , yesod-static
                  , yesod-static-angular
 
@@ -108,7 +108,7 @@
                  , data-default
                  , shakespeare
                  , shakespeare-css
-                 , yesod                    >= 1.2 && < 1.3
+                 , yesod                    >= 1.2 && < 1.5
                  , yesod-static
                  , yesod-static-angular
 
@@ -124,6 +124,6 @@
                  , data-default
                  , shakespeare
                  , shakespeare-css
-                 , yesod                    >= 1.2 && < 1.3
+                 , yesod                    >= 1.2 && < 1.5
                  , yesod-static
                  , yesod-static-angular
