diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright Author name here (c) 2017
+Copyright Louis Pan (c) 2017
 
 All rights reserved.
 
@@ -13,7 +13,7 @@
       disclaimer in the documentation and/or other materials provided
       with the distribution.
 
-    * Neither the name of Author name here nor the names of other
+    * Neither the name of Louis Pan 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/writer-cps-lens.cabal b/writer-cps-lens.cabal
--- a/writer-cps-lens.cabal
+++ b/writer-cps-lens.cabal
@@ -1,7 +1,7 @@
 name:                writer-cps-lens
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Lens instances for the stricter CPS WriterT and RWST
-description:         Control.Lens Wrapped, Magnify and Zoomed instances for the stricter WriterT and RWST from writer-cps-transformers.
+description:         Control.Lens Strict, Wrapped, Magnify and Zoomed instances for the stricter WriterT and RWST from writer-cps-transformers.
 homepage:            https://github.com/louispan/writer-cps-lens#readme
 license:             BSD3
 license-file:        LICENSE
