diff --git a/Bound/Var.hs b/Bound/Var.hs
--- a/Bound/Var.hs
+++ b/Bound/Var.hs
@@ -22,7 +22,7 @@
 import Prelude.Extras
 import Text.Read
 
--- | "I am not a number, I am a /free monad/!"
+-- | \"I am not a number, I am a /free monad/!\"
 --
 -- @Var b a@ represents variables that may either be "bound" (@B@) or "free" (@F@)
 data Var b a
diff --git a/bound.cabal b/bound.cabal
--- a/bound.cabal
+++ b/bound.cabal
@@ -1,6 +1,6 @@
 name:          bound
 category:      Language, Compilers/Interpreters
-version:       0.1.1
+version:       0.1.2
 license:       BSD3
 cabal-version: >= 1.6
 license-file:  LICENSE
