From c4748ed46747c9d59a8651b0ff6d33f08d02f80a Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 25 Mar 2022 15:45:27 -0700 Subject: [PATCH] 5.1.1 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 60db9606..f81e069f 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://unpkg.com/esp-web-flasher@1.0.0/dist/web/index.js?module" + : "https://unpkg.com/esp-web-flasher@5.1.1/dist/web/index.js?module" );