Skip to content

Commit

Permalink
9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Jul 20, 2022
1 parent 8c17d20 commit 086921e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
17 changes: 3 additions & 14 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/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"
);
</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/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"
>&lt;/script></pre
>
<p>
Expand Down Expand Up @@ -494,18 +494,7 @@ <h2>Why we created ESP Web Tools</h2>
</div>
<div>
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/esphome/esp-web-tools">open source</a>.
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.6",
"version": "9.0.0",
"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 086921e

Please sign in to comment.