Skip to content

Commit 119a629

Browse files
committed
Bump v1.6.7
1 parent 59a3830 commit 119a629

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.cli.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esp32tool",
3-
"version": "1.6.6",
3+
"version": "1.6.7",
44
"private": true,
55
"type": "module",
66
"description": "ESP32Tool - Standalone command-line tool (build-time config only)",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esp32tool",
3-
"version": "1.6.6",
3+
"version": "1.6.7",
44
"type": "module",
55
"description": "Flash & Read ESP devices using WebSerial, Electron, and also Android mobile via WebUSB",
66
"main": "electron/main.cjs",

sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Service Worker for ESP32Tool PWA
2-
const CACHE_NAME = 'esp32tool-v1.6.6';
2+
const CACHE_NAME = 'esp32tool-v1.6.7';
33
const RUNTIME_CACHE = 'esp32tool-runtime';
44

55
// Core files to cache on install (relative paths work for any deployment path)

0 commit comments

Comments
 (0)