diff --git a/string-conversions.cabal b/string-conversions.cabal
--- a/string-conversions.cabal
+++ b/string-conversions.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                string-conversions
-version:             0.3.0.1
+version:             0.3.0.2
 synopsis:            Simplifies dealing with different types for strings
 description:         Provides a simple type class for converting values
                      of different string types
@@ -25,7 +25,7 @@
   build-depends:
     base < 5,
     bytestring == 0.9.* || == 0.10.*,
-    text == 0.11.* || == 1.0.*,
+    text == 0.11.* || == 1.0.* || == 1.1.*,
     utf8-string == 0.3.*
   ghc-options:
     -Wall
