Paulus Schoutsen 3 years ago
parent
commit
e6bf67b6fd
2 changed files with 3 additions and 3 deletions
  1. 2 2
      index.html
  2. 1 1
      package.json

+ 2 - 2
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.5.0/dist/web/install-button.js?module"
+          : "https://unpkg.com/esp-web-tools@8.0.0/dist/web/install-button.js?module"
       );
     </script>
   </head>
@@ -297,7 +297,7 @@
       <pre>
 &lt;script
   type="module"
-  src="https://unpkg.com/esp-web-tools@7.5.0/dist/web/install-button.js?module"
+  src="https://unpkg.com/esp-web-tools@8.0.0/dist/web/install-button.js?module"
 >&lt;/script></pre
       >
       <p>

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "esp-web-tools",
-  "version": "7.5.0",
+  "version": "8.0.0",
   "description": "Web tools for ESP devices",
   "main": "dist/install-button.js",
   "repository": "https://github.com/esphome/esp-web-tools",