diff --git a/xml-parser.cabal b/xml-parser.cabal
--- a/xml-parser.cabal
+++ b/xml-parser.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name: xml-parser
-version: 0.1.1
+version: 0.1.1.1
 synopsis: XML parser with informative error-reporting and simple API
 homepage: https://github.com/nikita-volkov/xml-parser
 bug-reports: https://github.com/nikita-volkov/xml-parser/issues
@@ -37,7 +37,7 @@
     bytestring >=0.10 && <0.12,
     containers ^>=0.6,
     hashable >=1.2 && <2,
-    text >=1.2.4 && <2,
+    text >=1.2.4 && <3,
     text-builder >=0.6.6.2 && <0.7,
     transformers ^>=0.5,
     unordered-containers ^>=0.2.14,
