fastload - Bump version
parent
e2ba3ca64d
commit
1d577fe59d
|
|
@ -2,3 +2,4 @@
|
||||||
0.02: Allow redirection of loads to the launcher
|
0.02: Allow redirection of loads to the launcher
|
||||||
0.03: Allow hiding the fastloading info screen
|
0.03: Allow hiding the fastloading info screen
|
||||||
0.04: (WIP) Allow use of app history when going back (`load()` or `Bangle.load()` calls without specified app).
|
0.04: (WIP) Allow use of app history when going back (`load()` or `Bangle.load()` calls without specified app).
|
||||||
|
0.05: Check for changes in setting.js and force real reload if needed
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{ "id": "fastload",
|
{ "id": "fastload",
|
||||||
"name": "Fastload Utils",
|
"name": "Fastload Utils",
|
||||||
"shortName" : "Fastload Utils",
|
"shortName" : "Fastload Utils",
|
||||||
"version": "0.04",
|
"version": "0.05",
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
"description": "Enable experimental fastloading for more apps",
|
"description": "Enable experimental fastloading for more apps",
|
||||||
"type":"bootloader",
|
"type":"bootloader",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue