mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-04-19 13:17:20 +00:00
7.5.0
This commit is contained in:
parent
95b8efa500
commit
c90e17a5ff
@ -136,7 +136,7 @@
|
||||
// In development we import locally.
|
||||
window.location.hostname === "localhost"
|
||||
? "/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>
|
||||
</head>
|
||||
@ -297,7 +297,7 @@
|
||||
<pre>
|
||||
<script
|
||||
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"
|
||||
></script></pre
|
||||
>
|
||||
<p>
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "esp-web-tools",
|
||||
"version": "7.4.0",
|
||||
"version": "7.5.0",
|
||||
"description": "Web tools for ESP devices",
|
||||
"main": "dist/install-button.js",
|
||||
"repository": "https://github.com/esphome/esp-web-tools",
|
||||
|
Loading…
x
Reference in New Issue
Block a user