From e521b67d59693feb63a2abdcc79d21173765ab1e Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Thu, 29 Aug 2024 11:32:50 +0200 Subject: [PATCH] sixths: Mark version as 0.10 for consistency with other apps. --- apps/sixths/ChangeLog | 2 +- apps/sixths/metadata.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/sixths/ChangeLog b/apps/sixths/ChangeLog index 2da220142..bff499d30 100644 --- a/apps/sixths/ChangeLog +++ b/apps/sixths/ChangeLog @@ -3,7 +3,7 @@ 0.03: minor code improvements 0.04: make height auto-calibration useful and slow ticks to save power 0.05: add ability to navigate to waypoints, better documentation -0.1: lots of updates +0.10: lots of updates acknowledge commands by vibration and message ui tweaks -- bigger font, compressing uninteresting info display meters up/down diff --git a/apps/sixths/metadata.json b/apps/sixths/metadata.json index 9aab1ee8b..03a9aa1d9 100644 --- a/apps/sixths/metadata.json +++ b/apps/sixths/metadata.json @@ -1,6 +1,6 @@ { "id": "sixths", "name": "Sixth sense", - "version": "0.1", + "version": "0.10", "description": "Clock for outdoor use with GPS support", "icon": "app.png", "readme": "README.md",