mirror of https://github.com/espruino/BangleApps
iconlaunch - Bump version
parent
81632cda7e
commit
d3286bab65
|
@ -12,3 +12,5 @@
|
||||||
used Object.assing for the settings
|
used Object.assing for the settings
|
||||||
fix cache not deleted when "showClocks" options is changed
|
fix cache not deleted when "showClocks" options is changed
|
||||||
added timeOut to return to the clock
|
added timeOut to return to the clock
|
||||||
|
0.11: Cleanup timeout when changing to clock
|
||||||
|
Reset timeout on swipe and drag
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "iconlaunch",
|
"id": "iconlaunch",
|
||||||
"name": "Icon Launcher",
|
"name": "Icon Launcher",
|
||||||
"shortName" : "Icon launcher",
|
"shortName" : "Icon launcher",
|
||||||
"version": "0.10",
|
"version": "0.11",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"description": "A launcher inspired by smartphones, with an icon-only scrollable menu.",
|
"description": "A launcher inspired by smartphones, with an icon-only scrollable menu.",
|
||||||
"tags": "tool,system,launcher",
|
"tags": "tool,system,launcher",
|
||||||
|
|
Loading…
Reference in New Issue