From fd27ebea52cc3bb612209f8fa7b7dda16e57acd0 Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Tue, 13 Jun 2023 23:25:47 +0100 Subject: [PATCH] popcon: version bump --- apps/popconlaunch/ChangeLog | 1 + apps/popconlaunch/metadata.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/popconlaunch/ChangeLog b/apps/popconlaunch/ChangeLog index e174349bf..ec9bfa232 100644 --- a/apps/popconlaunch/ChangeLog +++ b/apps/popconlaunch/ChangeLog @@ -2,3 +2,4 @@ 0.02: Trim old entries from the popcon app cache 0.03: Avoid polluting global scope 0.04: Add settings app for resetting popcon +0.05: Handle info files potentially not existing diff --git a/apps/popconlaunch/metadata.json b/apps/popconlaunch/metadata.json index f3e8ef4fb..012ca6765 100644 --- a/apps/popconlaunch/metadata.json +++ b/apps/popconlaunch/metadata.json @@ -2,7 +2,7 @@ "id": "popconlaunch", "name": "Popcon Launcher", "shortName": "Popcon", - "version": "0.04", + "version": "0.05", "description": "Launcher modification - your launchers will display your favourite (popular) apps first. Overrides `readJSON`, may slow down your watch", "readme": "README.md", "icon": "app.png",