Skip to content

Commit

Permalink
Version bump to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Jun 12, 2021
1 parent 4cc28e1 commit 1df019b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
</script>
</head>
Expand Down Expand Up @@ -154,7 +154,7 @@ <h2>Adding ESP Web Tools to your website</h2>
<pre>
&lt;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"
>&lt;/script>

&lt;esp-web-install-button
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1df019b

Please sign in to comment.