Paulus Schoutsen 3 년 전
부모
커밋
059f4a821a
2개의 변경된 파일13개의 추가작업 그리고 4개의 파일을 삭제
  1. 12 3
      index.html
  2. 1 1
      package.json

+ 12 - 3
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"
       );
     </script>
   </head>
@@ -301,7 +301,7 @@
       <pre>
 &lt;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"
 >&lt;/script></pre
       >
       <p>
@@ -496,7 +496,16 @@ button.overrides = {
           ESP Web Tools is
           <a href="https://github.com/esphome/esp-web-tools">open source</a>
           and uses
-          <a href="https://github.com/NabuCasa/esp-web-flasher">ESP Web Flasher</a> originally developed as <a href="https://github.com/adafruit/Adafruit_WebSerial_ESPTool">Adafruit_WebSerial_ESPTool</a> by <a href="https://github.com/makermelissa">Melissa LeBlanc-Williams</a>.
+          <a href="https://github.com/NabuCasa/esp-web-flasher"
+            >ESP Web Flasher</a
+          >
+          originally developed as
+          <a href="https://github.com/adafruit/Adafruit_WebSerial_ESPTool"
+            >Adafruit_WebSerial_ESPTool</a
+          >
+          by
+          <a href="https://github.com/makermelissa">Melissa LeBlanc-Williams</a
+          >.
         </div>
       </div>
     </div>

+ 1 - 1
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",