This commit is contained in:
Paulus Schoutsen 2022-04-12 10:55:14 -07:00
parent 95b8efa500
commit c90e17a5ff
2 changed files with 3 additions and 3 deletions

View File

@ -136,7 +136,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.4.0/dist/web/install-button.js?module" : "https://unpkg.com/esp-web-tools@7.5.0/dist/web/install-button.js?module"
); );
</script> </script>
</head> </head>
@ -297,7 +297,7 @@
<pre> <pre>
&lt;script &lt;script
type="module" type="module"
src="https://unpkg.com/esp-web-tools@7.4.0/dist/web/install-button.js?module" src="https://unpkg.com/esp-web-tools@7.5.0/dist/web/install-button.js?module"
>&lt;/script></pre >&lt;/script></pre
> >
<p> <p>

View File

@ -1,6 +1,6 @@
{ {
"name": "esp-web-tools", "name": "esp-web-tools",
"version": "7.4.0", "version": "7.5.0",
"description": "Web tools for ESP devices", "description": "Web tools for ESP devices",
"main": "dist/install-button.js", "main": "dist/install-button.js",
"repository": "https://github.com/esphome/esp-web-tools", "repository": "https://github.com/esphome/esp-web-tools",