Skip to content

Commit

Permalink
9.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Nov 29, 2022
1 parent 195c861 commit 9bb5e0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
// In development we import locally.
window.location.hostname === "localhost"
? "/dist/web/install-button.js"
: "https://unpkg.com/[email protected].3/dist/web/install-button.js?module"
: "https://unpkg.com/[email protected].5/dist/web/install-button.js?module"
);
</script>
</head>
Expand Down Expand Up @@ -311,7 +311,7 @@ <h2 id="add-website">Adding ESP Web Tools to your website</h2>
<pre>
&lt;script
type="module"
src="https://unpkg.com/[email protected].3/dist/web/install-button.js?module"
src="https://unpkg.com/[email protected].5/dist/web/install-button.js?module"
>&lt;/script></pre
>
<p>
Expand Down

0 comments on commit 9bb5e0e

Please sign in to comment.