Bump version for release

pull/34/head
Melissa LeBlanc-Williams 5 years ago
parent 37b4350456
commit c0afbbd352

@ -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>

@ -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",

Loading…
Cancel
Save