Paulus Schoutsen 4 anni fa
parent
commit
4d99fcfa9b
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      index.html
  2. 1 1
      package.json

+ 1 - 1
index.html

@@ -36,7 +36,7 @@
         // In development we import locally.
         window.location.hostname === "localhost"
           ? "/dist/web/install-button.js"
-          : "https://unpkg.com/esp-web-tools@2.0.0/dist/web/install-button.js?module"
+          : "https://unpkg.com/esp-web-tools@2.0.1/dist/web/install-button.js?module"
       );
     </script>
   </head>

+ 1 - 1
package.json

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