forked from FOSS/BangleApps
activityreminder: bump version
... to notfiy users of this fix: https://github.com/espruino/BangleApps/pull/3286 https://github.com/espruino/BangleApps/issues/3284master
parent
6e0f13ca5e
commit
17dd78565d
|
@ -9,3 +9,4 @@
|
||||||
0.09: New app screen (instead of showing settings or the alert) and some optimisations
|
0.09: New app screen (instead of showing settings or the alert) and some optimisations
|
||||||
0.10: Add software back button via setUI
|
0.10: Add software back button via setUI
|
||||||
0.11: Add setting to unlock screen
|
0.11: Add setting to unlock screen
|
||||||
|
0.12: Fix handling that dates can be given as ms since epoch.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"name": "Activity Reminder",
|
"name": "Activity Reminder",
|
||||||
"shortName":"Activity Reminder",
|
"shortName":"Activity Reminder",
|
||||||
"description": "A reminder to take short walks for the ones with a sedentary lifestyle",
|
"description": "A reminder to take short walks for the ones with a sedentary lifestyle",
|
||||||
"version":"0.11",
|
"version":"0.12",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type": "app",
|
"type": "app",
|
||||||
"tags": "tool,activity",
|
"tags": "tool,activity",
|
||||||
|
|
Loading…
Reference in New Issue