From b93a1067948635e25df3203003dc7980881896cb Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 15 Jun 2021 23:01:47 +0200 Subject: [PATCH] Bump esp-web-tools@3.3.0 (#20) --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f8504d5..54e9dd3 100644 --- a/index.html +++ b/index.html @@ -71,7 +71,7 @@ // In development we import locally. window.location.hostname === "localhost" ? "/dist/web/install-button.js" - : "https://unpkg.com/esp-web-tools@3.1.0/dist/web/install-button.js?module" + : "https://unpkg.com/esp-web-tools@3.3.0/dist/web/install-button.js?module" );