SLING-9048 - The HTL engine does not specify the correct io.sightly.runtime requirement version range

* corrected version range for the sightly runtime: [1.0,2.0)
diff --git a/bnd.bnd b/bnd.bnd
index 7e396f2..9b12b26 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -4,7 +4,7 @@
                     io.sightly;version:Version="1.3", \\
                     io.sightly;version:Version="1.3.1", \\
                     io.sightly;version:Version="1.4"
-Require-Capability: io.sightly.runtime; filter:="(&(version<=1.0)(!(version>=2.0)))"
+Require-Capability: io.sightly.runtime; filter:="(&(version>=1.0)(!(version>=2.0)))"
 Import-Package:     org.apache.sling.scripting.sightly.compiler.*;resolution:=optional, \\
                     org.apache.sling.scripting.sightly.java.compiler.*;resolution:=optional, \\
                     org.apache.sling.commons.compiler.*;resolution:=optional, \\