diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright Author name here (c) 2016
+Copyright skedge.me (c) 2016
 
 All rights reserved.
 
diff --git a/threads-extras.cabal b/threads-extras.cabal
--- a/threads-extras.cabal
+++ b/threads-extras.cabal
@@ -1,17 +1,14 @@
 name: threads-extras
-version: 0.1.0.0
+version: 0.1.0.1
 cabal-version: >=1.10
 build-type: Simple
 license: BSD3
 license-file: LICENSE
-copyright: 2016 Author name here
-maintainer: example@example.com
-homepage: https://github.com/githubuser/threads-extras#readme
-synopsis: Initial project template from stack
-description:
-    Please see README.md
+copyright: skedge.me
+maintainer: jonathangfischoff@gmail.com
+synopsis: Extends the threads package with a bounded thread group
 category: Web
-author: Author name here
+author: Jonathan Fischoff
 
 source-repository head
     type: git
@@ -33,7 +30,7 @@
     main-is: Spec.hs
     build-depends:
         base >=4.8.2.0 && <4.9,
-        threads-extras >=0.1.0.0 && <0.2
+        threads-extras >=0.1.0.1 && <0.2
     default-language: Haskell2010
     hs-source-dirs: test
     ghc-options: -threaded -rtsopts -with-rtsopts=-N
