fastload - Bump version

pull/2905/head
Martin Boonk 2023-07-24 22:35:21 +02:00
parent e2ba3ca64d
commit 1d577fe59d
2 changed files with 2 additions and 1 deletions

View File

@ -2,3 +2,4 @@
0.02: Allow redirection of loads to the launcher
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.05: Check for changes in setting.js and force real reload if needed

View File

@ -1,7 +1,7 @@
{ "id": "fastload",
"name": "Fastload Utils",
"shortName" : "Fastload Utils",
"version": "0.04",
"version": "0.05",
"icon": "icon.png",
"description": "Enable experimental fastloading for more apps",
"type":"bootloader",