Bump version and add to changelog

pull/2622/head
Jeremy Ketterer 2023-02-28 17:04:06 -05:00
parent 97c3b66c5a
commit cdbdb20bde
2 changed files with 2 additions and 1 deletions

View File

@ -4,3 +4,4 @@
0.04: Use alarm for timer instead of own alarm implementation. 0.04: Use alarm for timer instead of own alarm implementation.
0.05: Use internal step counter if no widget is available. 0.05: Use internal step counter if no widget is available.
0.06: Use widget_utils. 0.06: Use widget_utils.
0.07: Respect system setting for 12h or 24h time

View File

@ -3,7 +3,7 @@
"name": "Not Analog", "name": "Not Analog",
"shortName":"Not Analog", "shortName":"Not Analog",
"icon": "notanalog.png", "icon": "notanalog.png",
"version":"0.06", "version":"0.07",
"readme": "README.md", "readme": "README.md",
"supports": ["BANGLEJS2"], "supports": ["BANGLEJS2"],
"description": "An analog watch face for people that can not read analog watch faces.", "description": "An analog watch face for people that can not read analog watch faces.",