diff --git a/index.html b/index.html index 82b30251..858f7a5d 100644 --- a/index.html +++ b/index.html @@ -138,7 +138,7 @@ // In development we import locally. window.location.hostname === "localhost" ? "/dist/web/install-button.js" - : "https://unpkg.com/esp-web-tools@9.0.3/dist/web/install-button.js?module" + : "https://unpkg.com/esp-web-tools@9.0.5/dist/web/install-button.js?module" ); </script> </head> @@ -311,7 +311,7 @@ <h2 id="add-website">Adding ESP Web Tools to your website</h2> <pre> <script type="module" - src="https://unpkg.com/esp-web-tools@9.0.3/dist/web/install-button.js?module" + src="https://unpkg.com/esp-web-tools@9.0.5/dist/web/install-button.js?module" ></script></pre > <p>