diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2013, Gabriel Gonzalez
+Copyright (c) 2013, 2014 Gabriel Gonzalez
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without modification,
diff --git a/pipes-safe.cabal b/pipes-safe.cabal
--- a/pipes-safe.cabal
+++ b/pipes-safe.cabal
@@ -1,10 +1,10 @@
 Name: pipes-safe
-Version: 2.0.1
+Version: 2.0.2
 Cabal-Version: >=1.8.0.2
 Build-Type: Simple
 License: BSD3
 License-File: LICENSE
-Copyright: 2013 Gabriel Gonzalez
+Copyright: 2013, 2014 Gabriel Gonzalez
 Author: Gabriel Gonzalez
 Maintainer: Gabriel439@gmail.com
 Bug-Reports: https://github.com/Gabriel439/Haskell-Pipes-Safe-Library/issues
@@ -38,7 +38,7 @@
         containers   >= 0.3.0.0 && < 0.6,
         exceptions   >= 0.3.2   && < 0.4,
         transformers >= 0.2.0.0 && < 0.4,
-        pipes        >= 4.0.0   && < 4.1
+        pipes        >= 4.0.0   && < 4.2
     Exposed-Modules:
         Pipes.Safe,
         Pipes.Safe.Prelude
