mirror of https://github.com/espruino/BangleApps
bump version
parent
cc15ff9cfa
commit
068e68780c
|
@ -10,3 +10,4 @@
|
||||||
0.10: Extend the functionality via a quicklaunch.app.js file that can be launched
|
0.10: Extend the functionality via a quicklaunch.app.js file that can be launched
|
||||||
with quicklaunch itself.
|
with quicklaunch itself.
|
||||||
0.11: Add hints to the extension app. Tweak remove function.
|
0.11: Add hints to the extension app. Tweak remove function.
|
||||||
|
0.12: Stackable extension screens.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "quicklaunch",
|
"id": "quicklaunch",
|
||||||
"name": "Quick Launch",
|
"name": "Quick Launch",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"version": "0.11",
|
"version": "0.12",
|
||||||
"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.",
|
"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",
|
"type": "bootloader",
|
||||||
"tags": "tools, system",
|
"tags": "tools, system",
|
||||||
|
|
Loading…
Reference in New Issue