mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-28 06:06:36 +00:00
Version bump to 3.0.0
This commit is contained in:
parent
4cc28e148b
commit
1df019ba21
@ -71,7 +71,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@2.0.2/dist/web/install-button.js?module"
|
: "https://unpkg.com/esp-web-tools@3.0.0/dist/web/install-button.js?module"
|
||||||
);
|
);
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
@ -154,7 +154,7 @@
|
|||||||
<pre>
|
<pre>
|
||||||
<script
|
<script
|
||||||
type="module"
|
type="module"
|
||||||
src="https://unpkg.com/esp-web-tools@2.0.2/dist/web/install-button.js?module"
|
src="https://unpkg.com/esp-web-tools@3.0.0/dist/web/install-button.js?module"
|
||||||
></script>
|
></script>
|
||||||
|
|
||||||
<esp-web-install-button
|
<esp-web-install-button
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "esp-web-tools",
|
"name": "esp-web-tools",
|
||||||
"version": "2.0.2",
|
"version": "3.0.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/web",
|
"repository": "https://github.com/esphome/web",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user