Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Jun 4, 2021
1 parent a8dfa54 commit 765db42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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.1/dist/web/install-button.js?module"
);
</script>
</head>
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": "1.0.0",
"version": "1.0.1",
"description": "Web tools for ESP devices",
"main": "dist/install-button.js",
"repository": "https://github.com/esphome/web",
Expand Down

0 comments on commit 765db42

Please sign in to comment.