diff --git a/index.html b/index.html index 6e77da5..cdde03e 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.2/dist/web/install-button.js?module" + : "https://unpkg.com/esp-web-tools@8.0.3/dist/web/install-button.js?module" ); @@ -301,7 +301,7 @@
 <script
   type="module"
-  src="https://unpkg.com/esp-web-tools@8.0.2/dist/web/install-button.js?module"
+  src="https://unpkg.com/esp-web-tools@8.0.3/dist/web/install-button.js?module"
 ></script>

@@ -496,7 +496,16 @@ button.overrides = { ESP Web Tools is open source and uses - ESP Web Flasher originally developed as Adafruit_WebSerial_ESPTool by Melissa LeBlanc-Williams. + ESP Web Flasher + originally developed as + Adafruit_WebSerial_ESPTool + by + Melissa LeBlanc-Williams. diff --git a/package.json b/package.json index 8ecaa75..d749902 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "esp-web-tools", - "version": "8.0.2", + "version": "8.0.3", "description": "Web tools for ESP devices", "main": "dist/install-button.js", "repository": "https://github.com/esphome/esp-web-tools",