From c775ed427d86c2b353dd2f97d80b80c38d138e1e Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Fri, 27 Sep 2024 11:04:26 +0100 Subject: [PATCH] bump version --- manifest.json | 2 +- package.json | 2 +- serviceworker.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index e4819635..8ce4dbb2 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "Espruino Web IDE", "short_name": "Espruino IDE", "description": "A Terminal and Graphical code Editor for Espruino JavaScript Microcontrollers", - "version": "0.79.6", + "version": "0.79.7", "app": { "background": { "scripts": ["js/background.js"] diff --git a/package.json b/package.json index df5fa359..e0345fd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "espruino-web-ide", - "version": "0.79.6", + "version": "0.79.7", "description": "A Terminal and Graphical code Editor for Espruino JavaScript Microcontrollers", "//1": "-------------------------------------------------------- nw.js", "main": "main.html", diff --git a/serviceworker.js b/serviceworker.js index 8647d5e6..c62e0b23 100644 --- a/serviceworker.js +++ b/serviceworker.js @@ -1,5 +1,5 @@ // Service worker for Offline Web IDE -const VERSION = 'v127'; +const VERSION = 'v128'; const CACHED_RESOURCES = [ 'blockly/blockly_espruino.js',