diff --git a/index.html b/index.html index 4ac3c92..3376587 100644 --- a/index.html +++ b/index.html @@ -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" ); @@ -63,7 +63,7 @@
<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 diff --git a/package.json b/package.json index 2a12e68..7d907be 100644 --- a/package.json +++ b/package.json @@ -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",