diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # Elocrypt
 [![Build Status](https://travis-ci.org/sgillespie/elocrypt.svg?branch=master)](https://travis-ci.org/sgillespie/elocrypt)
 
-Elocrypt is a Haskell library that generates pronounceable, hard-to-guess passwords.. like, harder than Vince Carter's need cartilage. Elocrypt includes a library and program.
+Elocrypt is a Haskell library that generates pronounceable, hard-to-guess passwords.. as hard as Vince Carter's knee cartilage is. Elocrypt includes a library and program.
 
 ## Downloading
 Elocrypt sources can be found @ https://github.com/sgillespie/elocrypt
diff --git a/elocrypt.cabal b/elocrypt.cabal
--- a/elocrypt.cabal
+++ b/elocrypt.cabal
@@ -1,5 +1,5 @@
 name:                elocrypt
-version:             0.3.0
+version:             0.3.1
 synopsis:            Generate easy-to-remember, hard-to-guess passwords
 homepage:            https://www.github.com/sgillespie/elocrypt
 license:             OtherLicense
@@ -13,8 +13,8 @@
 cabal-version:       >=1.10
 
 description:
-  Generates pronounceable, hard-to-guess passwords.. like, harder than
-  Vince Carter's need cartilage.
+  Generates pronounceable, hard-to-guess passwords.. as hard as
+  Vince Carter's knee cartilage is.
 
 source-repository head
   type: git
diff --git a/src/cli/Main.hs b/src/cli/Main.hs
--- a/src/cli/Main.hs
+++ b/src/cli/Main.hs
@@ -10,7 +10,7 @@
 
 import Data.Elocrypt
 
-version = "elocrypt 0.3.0"
+version = "elocrypt 0.3.1"
 
 main :: IO ()
 main = do
