folderlaunch: version bump

master
Rob Pilling 2023-06-13 23:25:30 +01:00
parent e6d90437bd
commit e7bc7321de
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1,2 @@
0.01: New app! 0.01: New app!
0.02: Handle files potentially not existing

View File

@ -1,7 +1,7 @@
{ {
"id": "folderlaunch", "id": "folderlaunch",
"name": "Folder launcher", "name": "Folder launcher",
"version": "0.01", "version": "0.02",
"description": "Launcher that allows you to put your apps into folders", "description": "Launcher that allows you to put your apps into folders",
"icon": "icon.png", "icon": "icon.png",
"type": "launch", "type": "launch",
@ -45,4 +45,4 @@
"url": "screenshot2.png" "url": "screenshot2.png"
} }
] ]
} }