diff --git a/index.html b/index.html index 2d36c943..3807a0d9 100644 --- a/index.html +++ b/index.html @@ -138,7 +138,7 @@ // In development we import locally. window.location.hostname === "localhost" ? "/dist/web/install-button.js" - : "https://unpkg.com/esp-web-tools@8.0.6/dist/web/install-button.js?module" + : "https://unpkg.com/esp-web-tools@9.0.0/dist/web/install-button.js?module" ); @@ -301,7 +301,7 @@

Adding ESP Web Tools to your website

 <script
   type="module"
-  src="https://unpkg.com/esp-web-tools@8.0.6/dist/web/install-button.js?module"
+  src="https://unpkg.com/esp-web-tools@9.0.0/dist/web/install-button.js?module"
 ></script>

@@ -494,18 +494,7 @@

Why we created ESP Web Tools

ESP Web Tools is - open source - and uses - ESP Web Flasher - originally developed as - Adafruit_WebSerial_ESPTool - by - Melissa LeBlanc-Williams. + open source.
diff --git a/package-lock.json b/package-lock.json index c8a9d8e7..3429e0f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "esp-web-tools", - "version": "8.0.6", + "version": "9.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "esp-web-tools", - "version": "8.0.6", + "version": "9.0.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 30b83ecc..5558de8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "esp-web-tools", - "version": "8.0.6", + "version": "9.0.0", "description": "Web tools for ESP devices", "main": "dist/install-button.js", "repository": "https://github.com/esphome/esp-web-tools",