This commit is contained in:
Paulus Schoutsen 2021-06-04 00:58:20 -07:00
parent a8dfa54dd5
commit 765db42bb4
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,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.1/dist/web/install-button.js?module"
);
</script>
</head>

View File

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