mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-28 14:16:41 +00:00
1.0.3
This commit is contained in:
parent
3d4745a949
commit
12222d8b02
@ -26,7 +26,7 @@
|
||||
// In development we import locally.
|
||||
window.location.hostname === "localhost"
|
||||
? "/dist/web/install-button.js"
|
||||
: "https://unpkg.com/esp-web-tools@1.0.0/dist/web/install-button.js?module"
|
||||
: "https://unpkg.com/esp-web-tools@1.0.3/dist/web/install-button.js?module"
|
||||
);
|
||||
</script>
|
||||
</head>
|
||||
@ -63,7 +63,7 @@
|
||||
<pre>
|
||||
<script
|
||||
type="module"
|
||||
src="https://unpkg.com/esp-web-tools@1.0.0/dist/web/install-button.js?module"
|
||||
src="https://unpkg.com/esp-web-tools@1.0.3/dist/web/install-button.js?module"
|
||||
></script>
|
||||
|
||||
<esp-web-install-button
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "esp-web-tools",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "Web tools for ESP devices",
|
||||
"main": "dist/install-button.js",
|
||||
"repository": "https://github.com/esphome/web",
|
||||
|
Loading…
x
Reference in New Issue
Block a user