diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -2,4 +2,4 @@
 
 Haskell library (with test suite) to parse Tibetan numerals as integers and display integers as tibetan numerals.
 
-See [Text.Megaparsec](https://hackage.haskell.org/package/megaparsec) documentation for how to use the pearser.
+See [Text.Megaparsec](https://hackage.haskell.org/package/megaparsec) documentation for how to use the parser.
diff --git a/tibetan-utils.cabal b/tibetan-utils.cabal
--- a/tibetan-utils.cabal
+++ b/tibetan-utils.cabal
@@ -1,5 +1,5 @@
 name: tibetan-utils
-version: 0.1.0.2
+version: 0.1.0.3
 cabal-version: >=1.10
 build-type: Simple
 license: BSD3
@@ -40,7 +40,7 @@
     main-is: Spec.hs
     build-depends:
         base >=4.9.0.0 && <4.10,
-        tibetan-utils >=0.1.0.2 && <0.2,
+        tibetan-utils >=0.1.0.3 && <0.2,
         hspec >=2.3.2 && <2.4,
         hspec-megaparsec >=0.3.0 && <0.4,
         text >=1.2.2.1 && <1.3,
