Bump website to 7.2.0

This commit is contained in:
Paulus Schoutsen 2022-03-08 22:40:16 -08:00
parent f5bde3d02c
commit 0fc225990e

View File

@ -125,7 +125,7 @@
// In development we import locally. // In development we import locally.
window.location.hostname === "localhost" window.location.hostname === "localhost"
? "/dist/web/install-button.js" ? "/dist/web/install-button.js"
: "https://unpkg.com/esp-web-tools@7.1.0/dist/web/install-button.js?module" : "https://unpkg.com/esp-web-tools@7.2.0/dist/web/install-button.js?module"
); );
</script> </script>
</head> </head>
@ -273,7 +273,7 @@
<pre> <pre>
&lt;script &lt;script
type="module" type="module"
src="https://unpkg.com/esp-web-tools@7.1.0/dist/web/install-button.js?module" src="https://unpkg.com/esp-web-tools@7.2.0/dist/web/install-button.js?module"
>&lt;/script></pre >&lt;/script></pre
> >
<p> <p>