diff --git a/Text/Hyphenation/Pattern.hs b/Text/Hyphenation/Pattern.hs
--- a/Text/Hyphenation/Pattern.hs
+++ b/Text/Hyphenation/Pattern.hs
@@ -42,11 +42,11 @@
     Nothing -> ys
 
 -- | Insert a Knuth-Liang hyphenation pattern into the trie
--- .
--- * @.@ denotes the start or end of the input
--- .
--- * @0-9@ are used to denote hyphenation or dehyphenation depending on whether or not they are even (no hyphen) or odd (hyphen allowed).
--- .
+--
+-- 1. @.@ denotes the start or end of the input
+--
+-- 2. @0-9@ are used to denote hyphenation or dehyphenation depending on whether or not they are even (no hyphen) or odd (hyphen allowed).
+--
 -- Patterns are overlaid and the maximum value at each location is used.
 -- this allows you to implement a finite number of precedences between hyphenation rules
 --
diff --git a/hyphenation.cabal b/hyphenation.cabal
--- a/hyphenation.cabal
+++ b/hyphenation.cabal
@@ -1,6 +1,6 @@
 name:          hyphenation
 category:      Text
-version:       0.2
+version:       0.2.0.1
 license:       BSD3
 cabal-version: >= 1.6
 license-file:  LICENSE
