Skip to content

Commit 528729a

Browse files
committed
Fix issue with file uploads when using the Storage menu
1 parent c775ed4 commit 528729a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Espruino Web IDE",
33
"short_name": "Espruino IDE",
44
"description": "A Terminal and Graphical code Editor for Espruino JavaScript Microcontrollers",
5-
"version": "0.79.7",
5+
"version": "0.79.8",
66
"app": {
77
"background": {
88
"scripts": ["js/background.js"]

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "espruino-web-ide",
3-
"version": "0.79.7",
3+
"version": "0.79.8",
44
"description": "A Terminal and Graphical code Editor for Espruino JavaScript Microcontrollers",
55
"//1": "-------------------------------------------------------- nw.js",
66
"main": "main.html",

serviceworker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Service worker for Offline Web IDE
2-
const VERSION = 'v128';
2+
const VERSION = 'v129';
33

44
const CACHED_RESOURCES = [
55
'blockly/blockly_espruino.js',

0 commit comments

Comments
 (0)