diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -18,9 +18,9 @@
 successfully building the documentation, so I also publish the documentation on
 [GitHub pages](https://pharpend.github.io/eros-haddock)
 
-# Usage - v.0.5.0.0
+# Usage - v.0.5.1.0
 
-This is a usage guide for version 0.5.0.0. There will be more up-to-date usage
+This is a usage guide for version 0.5.1.0. There will be more up-to-date usage
 guides as more versions come, hopefully.
 
 To install, add `eros >=0.5 && <0.6` to the `build-depends` field in your
diff --git a/eros.cabal b/eros.cabal
--- a/eros.cabal
+++ b/eros.cabal
@@ -1,5 +1,5 @@
 name:                eros
-version:             0.5.0.0
+version:             0.5.1.0
 synopsis:            A text censorship library.
 description:
   A Haskell library for censoring text, using
diff --git a/src/Text/Eros/Message.hs b/src/Text/Eros/Message.hs
--- a/src/Text/Eros/Message.hs
+++ b/src/Text/Eros/Message.hs
@@ -9,7 +9,7 @@
 
 -- This module deals specifically with pieces of 'Text'.
 
-module Text.Eros.Message (messageScore) where
+module Text.Eros.Message where
 
 -- Here, we have all the imports.
 import           Data.List
