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