From 9ea17e7f4a0c6cbee7f894135db48b309fba1a83 Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Tue, 16 May 2023 23:36:18 +0100 Subject: [PATCH] stlapview: bump version --- apps/stlapview/ChangeLog | 3 ++- apps/stlapview/metadata.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/stlapview/ChangeLog b/apps/stlapview/ChangeLog index c819919ed..dd7cb5728 100644 --- a/apps/stlapview/ChangeLog +++ b/apps/stlapview/ChangeLog @@ -1,2 +1,3 @@ 0.01: New app! -0.02: Submitted to the app loader \ No newline at end of file +0.02: Submitted to the app loader +0.03: Fix going back from a lap view, and add a main-menu back button diff --git a/apps/stlapview/metadata.json b/apps/stlapview/metadata.json index aa54a7b67..fb3818fc0 100644 --- a/apps/stlapview/metadata.json +++ b/apps/stlapview/metadata.json @@ -1,7 +1,7 @@ { "id": "stlapview", "name": "Stopwatch laps", - "version": "0.02", + "version": "0.03", "description": "Optional lap viewer for my stopwatch app", "icon": "icon.png", "type": "app",