health - Bumo version
parent
b4d9935eb7
commit
74a6653dc2
|
|
@ -20,3 +20,4 @@
|
||||||
0.19: Can show notification when daily step goal is reached
|
0.19: Can show notification when daily step goal is reached
|
||||||
0.20: Fix the settings page, it would not update settings correctly.
|
0.20: Fix the settings page, it would not update settings correctly.
|
||||||
0.21: Update boot.min.js.
|
0.21: Update boot.min.js.
|
||||||
|
0.22: Fix timeout for heartrate sensor on 3 minute setting (#2435)
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "health",
|
"id": "health",
|
||||||
"name": "Health Tracking",
|
"name": "Health Tracking",
|
||||||
"shortName": "Health",
|
"shortName": "Health",
|
||||||
"version": "0.21",
|
"version": "0.22",
|
||||||
"description": "Logs health data and provides an app to view it",
|
"description": "Logs health data and provides an app to view it",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "tool,system,health",
|
"tags": "tool,system,health",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue