1
0
Paulus Schoutsen 4 жил өмнө
parent
commit
a8d3a6954e
2 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 2 2
      index.html
  2. 1 1
      package.json

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

+ 1 - 1
package.json

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