diff --git a/public/index.html b/public/index.html index 08947d7..6f89156 100755 --- a/public/index.html +++ b/public/index.html @@ -96,7 +96,7 @@ jq in your browser, without sending anything to any backend."> let delayedJq = debounce(jq, 400); setup(); - let CLI = await new Aioli("jq/1.6"); + let CLI = await new Aioli("jq/1.7"); document.getElementById("filter").addEventListener('input', delayedJq); document.getElementById("input-json").addEventListener('input', delayedJq); @@ -115,7 +115,7 @@ jq in your browser, without sending anything to any backend.">