diff --git a/EspruinoTools b/EspruinoTools index 31bd1c00..a7da5cfe 160000 --- a/EspruinoTools +++ b/EspruinoTools @@ -1 +1 @@ -Subproject commit 31bd1c00fb1f6a7d896837e0958a1bd2781c9eab +Subproject commit a7da5cfe3affc7de836f9d68119f72c60cf6a86f diff --git a/manifest.json b/manifest.json index 8ce4dbb2..6cacd868 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.7", + "version": "0.79.8", "app": { "background": { "scripts": ["js/background.js"] diff --git a/package.json b/package.json index e0345fd8..b4d30eb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "espruino-web-ide", - "version": "0.79.7", + "version": "0.79.8", "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 c62e0b23..27c289f1 100644 --- a/serviceworker.js +++ b/serviceworker.js @@ -1,5 +1,5 @@ // Service worker for Offline Web IDE -const VERSION = 'v128'; +const VERSION = 'v129'; const CACHED_RESOURCES = [ 'blockly/blockly_espruino.js',