diff --git a/natural-sort.cabal b/natural-sort.cabal
--- a/natural-sort.cabal
+++ b/natural-sort.cabal
@@ -1,11 +1,11 @@
 name: natural-sort
-version: 0.1
+version: 0.1.1
 synopsis: User-friendly text collation
 description:
   The built-in comparisons for textual data are based on Unicode ordinals. This
   does not match most every-day sorting algorithms. For example,
-  \"z10.txt\" is sorted after \"z2.txt\" by users, but before it by naïve
-  algorithms.
+  \"z10.txt\" is sorted after \"z2.txt\" by users, but before it by
+  na&#239;ve algorithms.
   .
   This package provides an implementation of \"natural sort\", which more
   closely matches user expectations.
