diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -2,4 +2,4 @@
 
 [![CircleCI](https://circleci.com/gh/ejconlon/little-logger/tree/master.svg?style=svg)](https://circleci.com/gh/ejconlon/little-logger/tree/master)
 
-Basic logging based on co-log. Meant to give you what you need to get started with a single module import.
+Basic logging based on monad-logger. Meant to give you what you need to get started with a single module import.
diff --git a/little-logger.cabal b/little-logger.cabal
--- a/little-logger.cabal
+++ b/little-logger.cabal
@@ -5,15 +5,15 @@
 -- see: https://github.com/sol/hpack
 
 name:           little-logger
-version:        1.0.0
-synopsis:       Basic logging based on co-log
+version:        1.0.1
+synopsis:       Basic logging based on monad-logger
 description:    Please see the README on GitHub at <https://github.com/ejconlon/little-logger#readme>
 category:       Logging
 homepage:       https://github.com/ejconlon/little-logger#readme
 bug-reports:    https://github.com/ejconlon/little-logger/issues
 author:         Eric Conlon
 maintainer:     ejconlon@gmail.com
-copyright:      (c) 2020 Eric Conlon
+copyright:      (c) 2022 Eric Conlon
 license:        BSD3
 license-file:   LICENSE
 build-type:     Simple
