Skip to content

Commit

Permalink
fix serviceworker for changed files, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Nov 23, 2023
1 parent 164f50f commit 24ab3da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions serviceworker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Service worker for Offline Web IDE
const VERSION = 'v111';
const VERSION = 'v112';

const CACHED_RESOURCES = [
'blockly/blockly_espruino.js',
Expand All @@ -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',
Expand Down

0 comments on commit 24ab3da

Please sign in to comment.