diff --git a/index.html b/index.html index 255b515..5ef1c3a 100644 --- a/index.html +++ b/index.html @@ -136,7 +136,7 @@ // In development we import locally. window.location.hostname === "localhost" ? "/dist/web/install-button.js" - : "https://unpkg.com/esp-web-tools@7.4.0/dist/web/install-button.js?module" + : "https://unpkg.com/esp-web-tools@7.5.0/dist/web/install-button.js?module" ); @@ -297,7 +297,7 @@
 <script
   type="module"
-  src="https://unpkg.com/esp-web-tools@7.4.0/dist/web/install-button.js?module"
+  src="https://unpkg.com/esp-web-tools@7.5.0/dist/web/install-button.js?module"
 ></script>

diff --git a/package.json b/package.json index 8bce7d0..4e6d4a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "esp-web-tools", - "version": "7.4.0", + "version": "7.5.0", "description": "Web tools for ESP devices", "main": "dist/install-button.js", "repository": "https://github.com/esphome/esp-web-tools",