forked from FOSS/BangleApps
bump to 0.07 after reverting 0.06
parent
40ab4bb6d1
commit
8d6b7cb0d7
|
@ -3,3 +3,5 @@
|
|||
0.03: Better performance by not scanning on every boot
|
||||
0.04: Better performace by not scanning on boot at all
|
||||
0.05: Update to work with new 'fast switch' clock->launcher functionality
|
||||
0.06: Use Bangle.load() to allow 'fast switch' for apps where it's available.
|
||||
0.07: Revert version 0.06. This version is the same as 0.05.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"id": "quicklaunch",
|
||||
"name": "Quick Launch",
|
||||
"icon": "app.png",
|
||||
"version":"0.05",
|
||||
"version":"0.07",
|
||||
"description": "Tap or swipe left/right/up/down on your clock face to launch up to five apps of your choice. Configurations can be accessed through Settings->Apps.",
|
||||
"type": "bootloader",
|
||||
"tags": "tools, system",
|
||||
|
|
Loading…
Reference in New Issue