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