Skip to content

Commit

Permalink
8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed May 16, 2022
1 parent 35af1e8 commit 8709b8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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].1/dist/web/install-button.js?module"
: "https://unpkg.com/[email protected].2/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].1/dist/web/install-button.js?module"
src="https://unpkg.com/[email protected].2/dist/web/install-button.js?module"
>&lt;/script></pre
>
<p>
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.1",
"version": "8.0.2",
"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 8709b8a

Please sign in to comment.