diff --git a/reverse-apply.cabal b/reverse-apply.cabal
--- a/reverse-apply.cabal
+++ b/reverse-apply.cabal
@@ -1,6 +1,6 @@
 
 name:               reverse-apply
-version:            1.0.3
+version:            2.0
 cabal-version:      >= 1.2
 author:             Hans Hoglund
 maintainer:         Hans Hoglund
diff --git a/src/Control/Apply/Reverse.hs b/src/Control/Apply/Reverse.hs
--- a/src/Control/Apply/Reverse.hs
+++ b/src/Control/Apply/Reverse.hs
@@ -16,8 +16,8 @@
 module Control.Apply.Reverse
 where
 
-infixl 0 &
-infixl 0 &!
+infixl 1 &
+infixl 1 &!
 
 (&)  = flip ($)
 (&!) = flip ($!)
