Paulus Schoutsen 1 year ago
parent
commit
df179092df
3 changed files with 4 additions and 4 deletions
  1. 1 1
      index.html
  2. 2 2
      package-lock.json
  3. 1 1
      package.json

+ 1 - 1
index.html

@@ -359,7 +359,7 @@
       <pre>
 &lt;script
   type="module"
-  src="https://unpkg.com/esp-web-tools@9/dist/web/install-button.js?module"
+  src="https://unpkg.com/esp-web-tools@10/dist/web/install-button.js?module"
 >&lt;/script></pre
       >
       <p>

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "esp-web-tools",
-  "version": "9.4.3",
+  "version": "10.0.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "esp-web-tools",
-      "version": "9.4.3",
+      "version": "10.0.0",
       "license": "Apache-2.0",
       "dependencies": {
         "@material/web": "^1.2.0",

+ 1 - 1
package.json

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