diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright Luke Hoersten (c) 2016
+Copyright Bitnomial, Inc. (c) 2016
 
 All rights reserved.
 
@@ -13,7 +13,7 @@
       disclaimer in the documentation and/or other materials provided
       with the distribution.
 
-    * Neither the name of Luke Hoersten nor the names of other
+    * Neither the name of Bitnomial, Inc. nor the names of other
       contributors may be used to endorse or promote products derived
       from this software without specific prior written permission.
 
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -48,6 +48,6 @@
 - [ ] Implement GHC-specific metrics.
 - [ ] Implement [summary metric](https://github.com/prometheus/client_golang/blob/master/prometheus/summary.go).
 - [ ] Encode name and labels on register.
-- [ ] Implement ReaderT for GlobalRegistry.
-- [ ] Library documentation and example.
+- [x] Implement ReaderT for Concurrent Registry.
+- [x] Library documentation and example.
 - [ ] [Name and label validation](http://prometheus.io/docs/concepts/data_model/#metric-names-and-labels)
diff --git a/prometheus.cabal b/prometheus.cabal
--- a/prometheus.cabal
+++ b/prometheus.cabal
@@ -1,13 +1,13 @@
 name:                prometheus
-version:             0.3.2
+version:             0.3.2.1
 synopsis:            Prometheus Haskell Client
 homepage:            http://github.com/LukeHoersten/prometheus#readme
 bug-reports:         http://github.com/LukeHoersten/prometheus/issues
 license:             BSD3
 license-file:        LICENSE
 author:              Luke Hoersten
-maintainer:          luke@hoersten.org
-copyright:           All Rights Reserved
+maintainer:          luke@hoersten.org, opensource@bitnomial.com
+copyright:           Bitnomial, Inc. (c) 2016
 category:            Metrics, Monitoring, Web, System
 build-type:          Simple
 cabal-version:       >=1.10
