diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-Unidecode: for when you need a terrible transliteration
-=======================================================
+Unidecode: a transliterator of last resort
+==========================================
 
 So, for some reason you're stuck in the 90s and can't use UTF text. Punycode isn't cutting it?
 Fine: Unidecode will help you murder some carefully constructed text into something vaguely readable in good ol'
diff --git a/unidecode.cabal b/unidecode.cabal
--- a/unidecode.cabal
+++ b/unidecode.cabal
@@ -1,5 +1,5 @@
 name:                unidecode
-version:             0.1.0.2
+version:             0.1.0.3
 synopsis:            Haskell binding of Unidecode
 description:         Please see README.md
 homepage:            https://github.com/mwotton/unidecode#readme
