Skip to content

Commit

Permalink
5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Nov 16, 2021
1 parent a8b75c8 commit 25eb15e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
name="twitter:image"
content="https://esphome.github.io/esp-web-tools/static/social.png"
/>
<meta name="color-scheme" content="dark light">
<meta name="color-scheme" content="dark light" />
<style>
body {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
Expand Down Expand Up @@ -128,7 +128,7 @@
// In development we import locally.
window.location.hostname === "localhost"
? "/dist/web/install-button.js"
: "https://unpkg.com/esp-web-tools@5.1.0/dist/web/install-button.js?module"
: "https://unpkg.com/esp-web-tools@5.2.0/dist/web/install-button.js?module"
);
</script>
</head>
Expand Down Expand Up @@ -281,7 +281,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@5.1.0/dist/web/install-button.js?module"
src="https://unpkg.com/esp-web-tools@5.2.0/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": "5.1.0",
"version": "5.2.0",
"description": "Web tools for ESP devices",
"main": "dist/install-button.js",
"repository": "https://github.com/esphome/web",
Expand Down

0 comments on commit 25eb15e

Please sign in to comment.