Version bump to 3.0.0

This commit is contained in:
Paulus Schoutsen 2021-06-11 21:13:10 -07:00
parent 4cc28e148b
commit 1df019ba21
2 changed files with 3 additions and 3 deletions

View File

@ -71,7 +71,7 @@
// In development we import locally.
window.location.hostname === "localhost"
? "/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>
</head>
@ -154,7 +154,7 @@
<pre>
&lt;script
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"
>&lt;/script>
&lt;esp-web-install-button

View File

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