Skip to content

Commit

Permalink
Update website for 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Nov 11, 2021
1 parent b81c1da commit 4f2fa22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
// In development we import locally.
window.location.hostname === "localhost"
? "/dist/web/install-button.js"
: "https://unpkg.com/esp-web-tools@4.0.2/dist/web/install-button.js?module"
: "https://unpkg.com/esp-web-tools@4.1.0/dist/web/install-button.js?module"
);
</script>
</head>
Expand Down Expand Up @@ -228,7 +228,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@4.0.2/dist/web/install-button.js?module"
src="https://unpkg.com/esp-web-tools@4.1.0/dist/web/install-button.js?module"
>&lt;/script>

&lt;esp-web-install-button
Expand Down

0 comments on commit 4f2fa22

Please sign in to comment.