Bump version number

master
Travis Evans 2023-08-22 16:39:35 -05:00
parent e7ad809732
commit fde449c8c0
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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",