folderlauncher: revert version back to 0.03 as requested.

pull/3241/head
Pavel Machek 2024-03-09 12:20:41 +01:00
parent 7e4a83f928
commit 30ba92e555
3 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,3 @@
0.01: New app! 0.01: New app!
0.02: Handle files potentially not existing 0.02: Handle files potentially not existing
0.03: Add setting to disable vibration 0.03: Add setting to disable vibration
0.04: Add glue to allow moving applications from web interface

View File

@ -33,7 +33,7 @@
</style> </style>
</head> </head>
<body> <body>
<h1>Folder Launcher v0.04</h1> <h1>Folder Launcher</h1>
<div class="flex-col"> <div class="flex-col">
<div id="statusarea"> <div id="statusarea">
<button id="download" class="btn btn-error">Reload</button> <button id="upload" class="btn btn-primary">Upload</button> <button id="download" class="btn btn-error">Reload</button> <button id="upload" class="btn btn-primary">Upload</button>

View File

@ -1,7 +1,7 @@
{ {
"id": "folderlaunch", "id": "folderlaunch",
"name": "Folder launcher", "name": "Folder launcher",
"version": "0.04", "version": "0.03",
"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",