Bläddra i källkod

Release 3.6.0

Paulus Schoutsen 3 år sedan
förälder
incheckning
acc2db5d21
2 ändrade filer med 3 tillägg och 3 borttagningar
  1. 2 2
      index.html
  2. 1 1
      package.json

+ 2 - 2
index.html

@@ -96,7 +96,7 @@
         // In development we import locally.
         // In development we import locally.
         window.location.hostname === "localhost"
         window.location.hostname === "localhost"
           ? "/dist/web/install-button.js"
           ? "/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"
       );
       );
     </script>
     </script>
   </head>
   </head>
@@ -209,7 +209,7 @@
       <pre>
       <pre>
 &lt;script
 &lt;script
   type="module"
   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"
 >&lt;/script>
 >&lt;/script>
 
 
 &lt;esp-web-install-button
 &lt;esp-web-install-button

+ 1 - 1
package.json

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