diff --git a/index.html b/index.html index f81e069..d9f2912 100644 --- a/index.html +++ b/index.html @@ -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" ); diff --git a/package.json b/package.json index 851f928..91da032 100644 --- a/package.json +++ b/package.json @@ -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",