diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Changelog for type-sets
 
+## 0.1.0.2 --- 2019-08-06
+
+Fixed a bug in the cabal metadata
+
 ## 0.1.0.1 --- 2019-08-05
 
 Update documentation
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # magic-tyfams
 
+[![Hackage](https://img.shields.io/hackage/v/magic-tyfams.svg?logo=haskell&label=magic-tyfams)](https://hackage.haskell.org/package/magic-tyfams)
+
 ## Dedication
 
 > G.O.B.: Two drowned white doves from "Flowers to Doves," a rabbit from "Doves
@@ -16,7 +18,7 @@
 
 ## Overview
 
-`magic-tyfams` writes the annoying parts of GHC plugins do you don't have to. It
+`magic-tyfams` writes the annoying parts of GHC plugins so you don't have to. It
 provides a convenient interface for implementing magical type families.
 
 For example, consider the following definition in `mypackage` of an always-stuck
diff --git a/magic-tyfams.cabal b/magic-tyfams.cabal
--- a/magic-tyfams.cabal
+++ b/magic-tyfams.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: e1b2ac16f5e9b1a093d84bb270c518375d731def7109a32c13456b688c03d4f1
+-- hash: 2dfc658ae69265b2c9624dc6348cb97250e213c293af25c93fa9d71e85823b5b
 
 name:           magic-tyfams
-version:        0.1.0.1
+version:        0.1.0.2
 synopsis:       Write plugins for magic type families with ease
 description:    Please see the README on GitHub at <https://github.com/isovector/type-sets/tree/master/magic-tyfams#readme>
 category:       Compiler Plugin
