diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 Async IO Either
 ===============
 
-This is a tiny package that captures an pattern I've been using a lot...
+This is a tiny package that captures a pattern I've been using a lot...
 
 Essentially I am tired of needing something of (IO a) and it so often coming with exceptions
 that are not indicated in the type. Generally speaking my application, like many others, is
diff --git a/async-io-either.cabal b/async-io-either.cabal
--- a/async-io-either.cabal
+++ b/async-io-either.cabal
@@ -1,14 +1,14 @@
 name:                async-io-either
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Could be useful
 description:         A way of running any IO type and capturing any exception, maybe, I think...
 homepage:            https://github.com/mankyKitty/async-io-either#readme
 license:             BSD3
 license-file:        LICENSE
 author:              Sean Chalmers
-maintainer:          schalmers@iseek.com.au
+maintainer:          sclhiannan@gmail.com
 copyright:           2017 Sean Chalmers
-category:            Werk
+category:            Error Handling
 build-type:          Simple
 extra-source-files:  README.md
 cabal-version:       >=1.10
