Skip to content

Commit

Permalink
8.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed May 31, 2022
1 parent 5ac98c6 commit 059f4a8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
// In development we import locally.
window.location.hostname === "localhost"
? "/dist/web/install-button.js"
: "https://unpkg.com/[email protected].2/dist/web/install-button.js?module"
: "https://unpkg.com/[email protected].3/dist/web/install-button.js?module"
);
</script>
</head>
Expand Down Expand Up @@ -301,7 +301,7 @@ <h2 id="add-website">Adding ESP Web Tools to your website</h2>
<pre>
&lt;script
type="module"
src="https://unpkg.com/[email protected].2/dist/web/install-button.js?module"
src="https://unpkg.com/[email protected].3/dist/web/install-button.js?module"
>&lt;/script></pre
>
<p>
Expand Down Expand Up @@ -496,7 +496,16 @@ <h2>Why we created ESP Web Tools</h2>
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>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 059f4a8

Please sign in to comment.