diff --git a/index.html b/index.html index 3628e23..9026bb9 100644 --- a/index.html +++ b/index.html @@ -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" ); @@ -154,7 +154,7 @@
 <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"
 ></script>
 
 <esp-web-install-button
diff --git a/package.json b/package.json
index e3bb772..210ba4d 100644
--- a/package.json
+++ b/package.json
@@ -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",