diff --git a/apps/quicklaunch/ChangeLog b/apps/quicklaunch/ChangeLog index b5a85b770..4de189ab1 100644 --- a/apps/quicklaunch/ChangeLog +++ b/apps/quicklaunch/ChangeLog @@ -10,3 +10,4 @@ 0.10: Extend the functionality via a quicklaunch.app.js file that can be launched with quicklaunch itself. 0.11: Add hints to the extension app. Tweak remove function. +0.12: Stackable extension screens. diff --git a/apps/quicklaunch/metadata.json b/apps/quicklaunch/metadata.json index 8948c7f03..a74d7c65f 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.11", + "version": "0.12", "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",