Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Commit

Permalink
5.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Jun 10, 2022
1 parent 8a86662 commit 0c7c1fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
// In development we import locally.
window.location.hostname === "localhost"
? "/dist/web/index.js"
: "https://unpkg.com/esp-web-flasher@5.1.3/dist/web/index.js?module"
: "https://unpkg.com/esp-web-flasher@5.1.4/dist/web/index.js?module"
);
</script>
<script src="js/script.js" module defer></script>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-flasher",
"version": "5.1.3",
"version": "5.1.4",
"description": "Flash ESP devices using WebSerial",
"main": "dist/index.js",
"repository": "https://github.com/nabucasa/ESP-Web-flasher",
Expand Down

0 comments on commit 0c7c1fe

Please sign in to comment.