From 9bb5e0e8e89ec72bed86ff55436fe642bb80247a Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 29 Nov 2022 16:28:51 -0500 Subject: [PATCH] 9.0.5 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 82b3025..858f7a5 100644 --- a/index.html +++ b/index.html @@ -138,7 +138,7 @@ // In development we import locally. window.location.hostname === "localhost" ? "/dist/web/install-button.js" - : "https://unpkg.com/esp-web-tools@9.0.3/dist/web/install-button.js?module" + : "https://unpkg.com/esp-web-tools@9.0.5/dist/web/install-button.js?module" ); @@ -311,7 +311,7 @@
 <script
   type="module"
-  src="https://unpkg.com/esp-web-tools@9.0.3/dist/web/install-button.js?module"
+  src="https://unpkg.com/esp-web-tools@9.0.5/dist/web/install-button.js?module"
 ></script>