From 0c871f863e3e766c26486f26446123f553d0af48 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 5 Jan 2022 09:09:39 -0800 Subject: [PATCH] Update website to 7.0.0 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 55aa89f..7125065 100644 --- a/index.html +++ b/index.html @@ -125,7 +125,7 @@ // In development we import locally. window.location.hostname === "localhost" ? "/dist/web/install-button.js" - : "https://unpkg.com/esp-web-tools@6.1.1/dist/web/install-button.js?module" + : "https://unpkg.com/esp-web-tools@7.0.0/dist/web/install-button.js?module" ); @@ -273,7 +273,7 @@
 <script
   type="module"
-  src="https://unpkg.com/esp-web-tools@6.1.1/dist/web/install-button.js?module"
+  src="https://unpkg.com/esp-web-tools@7.0.0/dist/web/install-button.js?module"
 ></script>