From a21b6827ff6fd73ac6669016ebae3e858b38e2d3 Mon Sep 17 00:00:00 2001 From: Kendell R Date: Thu, 13 Apr 2023 09:05:06 -0400 Subject: [PATCH] bump version --- apps/health/ChangeLog | 3 ++- apps/health/metadata.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/health/ChangeLog b/apps/health/ChangeLog index 921b2b682..12740959a 100644 --- a/apps/health/ChangeLog +++ b/apps/health/ChangeLog @@ -20,4 +20,5 @@ 0.19: Can show notification when daily step goal is reached 0.20: Fix the settings page, it would not update settings correctly. 0.21: Update boot.min.js. -0.22: Fix timeout for heartrate sensor on 3 minute setting (#2435) \ No newline at end of file +0.22: Fix timeout for heartrate sensor on 3 minute setting (#2435) +0.23: Fix HRM logic diff --git a/apps/health/metadata.json b/apps/health/metadata.json index d80585200..30e4b4276 100644 --- a/apps/health/metadata.json +++ b/apps/health/metadata.json @@ -2,7 +2,7 @@ "id": "health", "name": "Health Tracking", "shortName": "Health", - "version": "0.22", + "version": "0.23", "description": "Logs health data and provides an app to view it", "icon": "app.png", "tags": "tool,system,health",