diff --git a/optima.cabal b/optima.cabal
--- a/optima.cabal
+++ b/optima.cabal
@@ -1,5 +1,5 @@
 name: optima
-version: 0.3.0.1
+version: 0.3.0.2
 category: CLI, Parsing, Options
 synopsis: Simple command line interface arguments parser
 homepage: https://github.com/metrix-ai/optima
@@ -26,7 +26,7 @@
     base >=4.9 && <5,
     optparse-applicative >=0.14 && <0.15,
     text ==1.*,
-    text-builder >=0.5.3 && <0.6
+    text-builder >=0.6 && <0.7
 
 test-suite demo
   type: exitcode-stdio-1.0
