From cdbdb20bde497943c6137e98fbdf650e370d1830 Mon Sep 17 00:00:00 2001 From: Jeremy Ketterer Date: Tue, 28 Feb 2023 17:04:06 -0500 Subject: [PATCH] Bump version and add to changelog --- apps/notanalog/ChangeLog | 1 + apps/notanalog/metadata.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/notanalog/ChangeLog b/apps/notanalog/ChangeLog index 094125f52..e011c4ae1 100644 --- a/apps/notanalog/ChangeLog +++ b/apps/notanalog/ChangeLog @@ -4,3 +4,4 @@ 0.04: Use alarm for timer instead of own alarm implementation. 0.05: Use internal step counter if no widget is available. 0.06: Use widget_utils. +0.07: Respect system setting for 12h or 24h time diff --git a/apps/notanalog/metadata.json b/apps/notanalog/metadata.json index 319d396a9..851e95ec8 100644 --- a/apps/notanalog/metadata.json +++ b/apps/notanalog/metadata.json @@ -3,7 +3,7 @@ "name": "Not Analog", "shortName":"Not Analog", "icon": "notanalog.png", - "version":"0.06", + "version":"0.07", "readme": "README.md", "supports": ["BANGLEJS2"], "description": "An analog watch face for people that can not read analog watch faces.",