File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " Espruino Web IDE" ,
3
3
"short_name" : " Espruino IDE" ,
4
4
"description" : " A Terminal and Graphical code Editor for Espruino JavaScript Microcontrollers" ,
5
- "version" : " 0.79.6 " ,
5
+ "version" : " 0.79.7 " ,
6
6
"app" : {
7
7
"background" : {
8
8
"scripts" : [" js/background.js" ]
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " espruino-web-ide" ,
3
- "version" : " 0.79.6 " ,
3
+ "version" : " 0.79.7 " ,
4
4
"description" : " A Terminal and Graphical code Editor for Espruino JavaScript Microcontrollers" ,
5
5
"//1" : " -------------------------------------------------------- nw.js" ,
6
6
"main" : " main.html" ,
Original file line number Diff line number Diff line change 1
1
// Service worker for Offline Web IDE
2
- const VERSION = 'v127 ' ;
2
+ const VERSION = 'v128 ' ;
3
3
4
4
const CACHED_RESOURCES = [
5
5
'blockly/blockly_espruino.js' ,
You can’t perform that action at this time.
0 commit comments