From 0c7c1fed572bc5f66826936b926a855960d7df18 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 9 Jun 2022 21:17:06 -0700 Subject: [PATCH] 5.1.4 --- index.html | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index c87c45cc..4b8fa01c 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.3/dist/web/index.js?module" + : "https://unpkg.com/esp-web-flasher@5.1.4/dist/web/index.js?module" ); diff --git a/package-lock.json b/package-lock.json index d060eaae..48e40de1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "esp-web-flasher", - "version": "5.1.3", + "version": "5.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "esp-web-flasher", - "version": "5.1.3", + "version": "5.1.4", "license": "MIT", "dependencies": { "pako": "^2.0.3", diff --git a/package.json b/package.json index 98931f54..bd1ff9e7 100644 --- a/package.json +++ b/package.json @@ -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",