diff --git a/neither.cabal b/neither.cabal
--- a/neither.cabal
+++ b/neither.cabal
@@ -1,5 +1,5 @@
 name:            neither
-version:         0.3.0.1
+version:         0.3.1
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
@@ -20,7 +20,7 @@
 library
     build-depends:   base                 >= 4          && < 5
                    , transformers         >= 0.2.1      && < 0.3
-                   , failure              >= 0.1.0      && < 0.2
+                   , failure              >= 0.1.0      && < 0.3
     exposed-modules: Data.Neither
     ghc-options:     -Wall
 
