Bump version number
parent
e7ad809732
commit
fde449c8c0
|
|
@ -27,3 +27,4 @@
|
||||||
movement graph in app is now an average, not sum
|
movement graph in app is now an average, not sum
|
||||||
fix 11pm slot for daily HRM
|
fix 11pm slot for daily HRM
|
||||||
0.26: Implement API for activity fetching
|
0.26: Implement API for activity fetching
|
||||||
|
0.27: Fix typo in daily summary graph code causing graph not to load
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "health",
|
"id": "health",
|
||||||
"name": "Health Tracking",
|
"name": "Health Tracking",
|
||||||
"shortName": "Health",
|
"shortName": "Health",
|
||||||
"version": "0.26",
|
"version": "0.27",
|
||||||
"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