From 4e187004a820d81a0829a50c8a8d1c174af49cff Mon Sep 17 00:00:00 2001 From: Martin Boonk Date: Thu, 27 Oct 2022 18:10:00 +0200 Subject: [PATCH] quicklaunch - Bump version --- apps/quicklaunch/ChangeLog | 1 + apps/quicklaunch/metadata.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/quicklaunch/ChangeLog b/apps/quicklaunch/ChangeLog index ae1d4a848..80334b57d 100644 --- a/apps/quicklaunch/ChangeLog +++ b/apps/quicklaunch/ChangeLog @@ -1,2 +1,3 @@ 0.01: Initial version 0.02: Moved settings from launcher to settings->apps menu +0.03: Better performance by not scanning on every boot diff --git a/apps/quicklaunch/metadata.json b/apps/quicklaunch/metadata.json index 49eafdd35..dd0362324 100644 --- a/apps/quicklaunch/metadata.json +++ b/apps/quicklaunch/metadata.json @@ -2,7 +2,7 @@ "id": "quicklaunch", "name": "Quick Launch", "icon": "app.png", - "version":"0.02", + "version":"0.03", "description": "Tap or swipe left/right/up/down on your clock face to launch up to five apps of your choice. Configurations can be accessed through Settings->Apps.", "type": "bootloader", "tags": "tools, system",