diff --git a/manifest.json b/manifest.json index 86aaa1f3..b181930b 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.78.8", + "version": "0.78.9", "app": { "background": { "scripts": ["js/background.js"] diff --git a/package.json b/package.json index e682f553..4b7e2c6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "espruino-web-ide", - "version": "0.78.8", + "version": "0.78.9", "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 09b7731e..c6fb1113 100644 --- a/serviceworker.js +++ b/serviceworker.js @@ -1,5 +1,5 @@ // Service worker for Offline Web IDE -const VERSION = 'v111'; +const VERSION = 'v112'; const CACHED_RESOURCES = [ 'blockly/blockly_espruino.js', @@ -15,7 +15,7 @@ const CACHED_RESOURCES = [ 'blockly/javascript_compressed.js', 'blockly/blockly.html', 'blockly/en.js', - 'blockly/field_textarea.js', + 'blockly/en_espruino.js', 'blockly/ru.js', 'blockly/de.js', 'blockly/media/handclosed.cur',