From d51fde5ea28885295190af3b4a2b4838442dceb4 Mon Sep 17 00:00:00 2001 From: Fergal Walsh Date: Wed, 13 Jan 2021 16:30:44 +0000 Subject: [PATCH] devstopwatch - bump version --- apps.json | 2 +- apps/devstopwatch/ChangeLog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 1b5f8a868..b39b4fe5f 100644 --- a/apps.json +++ b/apps.json @@ -1394,7 +1394,7 @@ "name": "Dev Stopwatch", "shortName":"Dev Stopwatch", "icon": "app.png", - "version":"0.01", + "version":"0.02", "description": "Stopwatch with 5 laps supported (cyclically replaced)", "tags": "stopwatch, chrono, timer, chronometer", "allow_emulator":true, diff --git a/apps/devstopwatch/ChangeLog b/apps/devstopwatch/ChangeLog index e7c9e714a..c6d24e9bc 100644 --- a/apps/devstopwatch/ChangeLog +++ b/apps/devstopwatch/ChangeLog @@ -1 +1,2 @@ 0.01: App created +0.02: Persist state to storage to enable stopwatch to continue in the background