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

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
makermelissa committed Apr 7, 2022
1 parent 37b4350 commit c0afbbd
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 @@ -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.1/dist/web/index.js?module"
: "https://unpkg.com/esp-web-flasher@5.1.2/dist/web/index.js?module"
);
</script>
<script src="js/script.js" module defer></script>
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-flasher",
"version": "5.1.1",
"version": "5.1.2",
"description": "Flash ESP devices using WebSerial",
"main": "dist/index.js",
"repository": "https://github.com/nabucasa/ESP-Web-flasher",
Expand Down

0 comments on commit c0afbbd

Please sign in to comment.