|
@@ -71,7 +71,7 @@
|
|
|
// In development we import locally.
|
|
|
window.location.hostname === "localhost"
|
|
|
? "/dist/web/install-button.js"
|
|
|
- : "https://unpkg.com/esp-web-tools@3.0.0/dist/web/install-button.js?module"
|
|
|
+ : "https://unpkg.com/esp-web-tools@3.1.0/dist/web/install-button.js?module"
|
|
|
);
|
|
|
</script>
|
|
|
</head>
|
|
@@ -155,7 +155,7 @@
|
|
|
<pre>
|
|
|
<script
|
|
|
type="module"
|
|
|
- src="https://unpkg.com/esp-web-tools@3.0.0/dist/web/install-button.js?module"
|
|
|
+ src="https://unpkg.com/esp-web-tools@3.1.0/dist/web/install-button.js?module"
|
|
|
></script>
|
|
|
|
|
|
<esp-web-install-button
|