mirror of https://github.com/espruino/BangleApps
[Scheduler] Update metadata and changelog
parent
a8116f3e49
commit
a8382b0dc7
|
@ -13,3 +13,4 @@
|
||||||
0.12: Update default buzz patterns to new values
|
0.12: Update default buzz patterns to new values
|
||||||
Improve timer message using formatDuration
|
Improve timer message using formatDuration
|
||||||
Fix wrong fallback for buzz pattern
|
Fix wrong fallback for buzz pattern
|
||||||
|
0.13: Ask to delete a timer after stopping it
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "sched",
|
"id": "sched",
|
||||||
"name": "Scheduler",
|
"name": "Scheduler",
|
||||||
"version": "0.12",
|
"version": "0.13",
|
||||||
"description": "Scheduling library for alarms and timers",
|
"description": "Scheduling library for alarms and timers",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type": "scheduler",
|
"type": "scheduler",
|
||||||
|
|
Loading…
Reference in New Issue