diff --git a/library/TextBuilderCore.hs b/library/TextBuilderCore.hs
--- a/library/TextBuilderCore.hs
+++ b/library/TextBuilderCore.hs
@@ -49,7 +49,7 @@
       -- If the builder is empty it must be 0.
       -- Otherwise it must be greater than or equal to the amount of bytes to be written.
       --
-      -- __Warning:__ Due to \"text\" switching from UTF-16 to UTF-8 since version 2, 'Word16' is used as the byte when \"text\" version is <2 and 'Word8' is used when it's >=2.
+      -- __Warning:__ Due to \"text\" switching from UTF-16 to UTF-8 since version 2, 'Word16' is used as the byte when the \"text\" version is @<2@ and 'Word8' is used when it's @>=2@.
       Int
       -- | Function that populates a preallocated byte array of the estimated maximum size specified above provided an offset into it and producing the offset after.
       --
diff --git a/text-builder-core.cabal b/text-builder-core.cabal
--- a/text-builder-core.cabal
+++ b/text-builder-core.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name: text-builder-core
-version: 0.1
+version: 0.1.0.1
 category: Text, Builders
 synopsis: Internals of "text-builder"
 description:
