From 17dd78565d9d33d05c5470d2597dc00545d1f00d Mon Sep 17 00:00:00 2001 From: thyttan <6uuxstm66@mozmail.com⁩> Date: Thu, 4 Apr 2024 01:22:22 +0200 Subject: [PATCH] activityreminder: bump version ... to notfiy users of this fix: https://github.com/espruino/BangleApps/pull/3286 https://github.com/espruino/BangleApps/issues/3284 --- apps/activityreminder/ChangeLog | 1 + apps/activityreminder/metadata.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/activityreminder/ChangeLog b/apps/activityreminder/ChangeLog index 76f0945c8..df6bcaf6b 100644 --- a/apps/activityreminder/ChangeLog +++ b/apps/activityreminder/ChangeLog @@ -9,3 +9,4 @@ 0.09: New app screen (instead of showing settings or the alert) and some optimisations 0.10: Add software back button via setUI 0.11: Add setting to unlock screen +0.12: Fix handling that dates can be given as ms since epoch. diff --git a/apps/activityreminder/metadata.json b/apps/activityreminder/metadata.json index a5df15a26..7be6fe911 100644 --- a/apps/activityreminder/metadata.json +++ b/apps/activityreminder/metadata.json @@ -3,7 +3,7 @@ "name": "Activity Reminder", "shortName":"Activity Reminder", "description": "A reminder to take short walks for the ones with a sedentary lifestyle", - "version":"0.11", + "version":"0.12", "icon": "app.png", "type": "app", "tags": "tool,activity",