diff --git a/attoparsec-expr.cabal b/attoparsec-expr.cabal
--- a/attoparsec-expr.cabal
+++ b/attoparsec-expr.cabal
@@ -1,12 +1,12 @@
 Name:             attoparsec-expr
-Version:          0.1
+Version:          0.1.1
 Description:      Port of parsec's expression parser to attoparsec.
 Synopsis:         Port of parsec's expression parser to attoparsec.
 Category:         Text, Parsing
 License:          BSD3
 License-file:     LICENSE
 Author:           Daan Leijen, Paolo Martini
-Maintainer:       Sebastiaan Visser <haskell@fvisser.nl>
+Maintainer:       Silk <code@silk.co>
 Build-Type:       Simple
 Cabal-Version:    >= 1.6
 
@@ -16,11 +16,11 @@
 
   Build-Depends:
       base       == 4.*
-    , attoparsec >= 0.10 && < 0.11
+    , attoparsec >= 0.10 && < 0.12
 
   Exposed-modules:  Data.Attoparsec.Expr
 
 Source-repository head
   type:     git
-  location: https://github.com/sebastiaanvisser/attoparsec-expr
+  location: https://github.com/silkapp/attoparsec-expr
 
