diff --git a/rollbar-hs.cabal b/rollbar-hs.cabal
--- a/rollbar-hs.cabal
+++ b/rollbar-hs.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 224dad8be5a1777e816a83a82e49378103943dad119345c7a27aa8ea92f49b05
+-- hash: eac54e2631e9bbfada016ff0f7e6f51024450be3752b9c2c3894efb49efbace6
 
 name:           rollbar-hs
-version:        0.1.0.1
+version:        0.2.0.0
 synopsis:       Core Rollbar data types and APIs.
 category:       Web
 homepage:       https://github.com/joneshf/rollbar-hs#readme
diff --git a/src/Rollbar/Item/Internal/Notifier.hs b/src/Rollbar/Item/Internal/Notifier.hs
--- a/src/Rollbar/Item/Internal/Notifier.hs
+++ b/src/Rollbar/Item/Internal/Notifier.hs
@@ -28,7 +28,7 @@
 -- | Metadata describing this package.
 data Notifier
     = Notifier
-        { name    :: Hardcoded "wai-middleware-rollbar"
+        { name    :: Hardcoded "rollbar-hs"
         -- ^ The name of this package
         , version :: Version
         -- ^ The version of this package
