bump version
parent
cdb441d40f
commit
a21b6827ff
|
|
@ -21,3 +21,4 @@
|
||||||
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)
|
0.22: Fix timeout for heartrate sensor on 3 minute setting (#2435)
|
||||||
|
0.23: Fix HRM logic
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "health",
|
"id": "health",
|
||||||
"name": "Health Tracking",
|
"name": "Health Tracking",
|
||||||
"shortName": "Health",
|
"shortName": "Health",
|
||||||
"version": "0.22",
|
"version": "0.23",
|
||||||
"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