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',