From e211c02f619868c871feca9c5cec655f3cc36e4b Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Fri, 6 Sep 2024 10:51:08 -0700 Subject: [PATCH] Point to latest release --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6374cb3..4d28f52 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,7 @@ // In development we import locally. window.location.hostname === "localhost" ? "/dist/web/index.js" - : "https://cdn.jsdelivr.net/gh/adafruit/Adafruit_WebSerial_ESPTool@1.1.0/dist/web/index.js" + : "https://cdn.jsdelivr.net/gh/adafruit/Adafruit_WebSerial_ESPTool@1.2.0/dist/web/index.js" );