diff --git a/apps/cutelauncher/ChangeLog b/apps/cutelauncher/ChangeLog index 74265d8b2..a147fe238 100644 --- a/apps/cutelauncher/ChangeLog +++ b/apps/cutelauncher/ChangeLog @@ -1,2 +1,3 @@ 0.27: New app introduced to the app loader! 0.28: Adjusted icon size to better fit with native dimensions (48x48) +0.29: Draw function optimization diff --git a/apps/cutelauncher/Changelog b/apps/cutelauncher/Changelog index 74265d8b2..a147fe238 100644 --- a/apps/cutelauncher/Changelog +++ b/apps/cutelauncher/Changelog @@ -1,2 +1,3 @@ 0.27: New app introduced to the app loader! 0.28: Adjusted icon size to better fit with native dimensions (48x48) +0.29: Draw function optimization diff --git a/apps/cutelauncher/metadata.json b/apps/cutelauncher/metadata.json index 7b428ceb8..6d77fa530 100644 --- a/apps/cutelauncher/metadata.json +++ b/apps/cutelauncher/metadata.json @@ -2,7 +2,7 @@ "id": "cutelauncher", "name": "Cute Launcher", "shortName": "Cute Launcher", - "version": "0.28", + "version": "0.29", "description": "A simple launcher app for Bangle.js 2 that makes use of the full touchscreen", "icon": "app.png", "type": "launch",