diff --git a/apps/folderlaunch/ChangeLog b/apps/folderlaunch/ChangeLog index 759f68777..8a32760a4 100644 --- a/apps/folderlaunch/ChangeLog +++ b/apps/folderlaunch/ChangeLog @@ -1 +1,2 @@ -0.01: New app! \ No newline at end of file +0.01: New app! +0.02: Handle files potentially not existing diff --git a/apps/folderlaunch/metadata.json b/apps/folderlaunch/metadata.json index c3c8db75b..b5508bb59 100644 --- a/apps/folderlaunch/metadata.json +++ b/apps/folderlaunch/metadata.json @@ -1,7 +1,7 @@ { "id": "folderlaunch", "name": "Folder launcher", - "version": "0.01", + "version": "0.02", "description": "Launcher that allows you to put your apps into folders", "icon": "icon.png", "type": "launch", @@ -45,4 +45,4 @@ "url": "screenshot2.png" } ] -} \ No newline at end of file +}