diff --git a/apps/iconlaunch/ChangeLog b/apps/iconlaunch/ChangeLog index 858d13b80..afea3263a 100644 --- a/apps/iconlaunch/ChangeLog +++ b/apps/iconlaunch/ChangeLog @@ -3,3 +3,4 @@ 0.03: Use default Bangle formatter for booleans 0.04: Support new fast app switching 0.05: Allow to directly eval apps instead of loading +0.06: Cache apps for faster start diff --git a/apps/iconlaunch/metadata.json b/apps/iconlaunch/metadata.json index 82d2e7578..d544da73e 100644 --- a/apps/iconlaunch/metadata.json +++ b/apps/iconlaunch/metadata.json @@ -2,7 +2,7 @@ "id": "iconlaunch", "name": "Icon Launcher", "shortName" : "Icon launcher", - "version": "0.05", + "version": "0.06", "icon": "app.png", "description": "A launcher inspired by smartphones, with an icon-only scrollable menu.", "tags": "tool,system,launcher",