diff --git a/index.html b/index.html index ae9a709..181d962 100644 --- a/index.html +++ b/index.html @@ -96,7 +96,7 @@ // In development we import locally. window.location.hostname === "localhost" ? "/dist/web/install-button.js" - : "https://unpkg.com/esp-web-tools@3.5.0/dist/web/install-button.js?module" + : "https://unpkg.com/esp-web-tools@3.6.0/dist/web/install-button.js?module" ); @@ -209,7 +209,7 @@
 <script
   type="module"
-  src="https://unpkg.com/esp-web-tools@3.5.0/dist/web/install-button.js?module"
+  src="https://unpkg.com/esp-web-tools@3.6.0/dist/web/install-button.js?module"
 ></script>
 
 <esp-web-install-button
diff --git a/package.json b/package.json
index 4bd4c0a..c67cba0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "esp-web-tools",
-  "version": "3.5.0",
+  "version": "3.6.0",
   "description": "Web tools for ESP devices",
   "main": "dist/install-button.js",
   "repository": "https://github.com/esphome/web",