mirror of https://github.com/espruino/BangleApps
folderlauncher: revert version back to 0.03 as requested.
parent
7e4a83f928
commit
30ba92e555
|
@ -1,4 +1,3 @@
|
|||
0.01: New app!
|
||||
0.02: Handle files potentially not existing
|
||||
0.03: Add setting to disable vibration
|
||||
0.04: Add glue to allow moving applications from web interface
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Folder Launcher v0.04</h1>
|
||||
<h1>Folder Launcher</h1>
|
||||
<div class="flex-col">
|
||||
<div id="statusarea">
|
||||
<button id="download" class="btn btn-error">Reload</button> <button id="upload" class="btn btn-primary">Upload</button>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "folderlaunch",
|
||||
"name": "Folder launcher",
|
||||
"version": "0.04",
|
||||
"version": "0.03",
|
||||
"description": "Launcher that allows you to put your apps into folders",
|
||||
"icon": "icon.png",
|
||||
"type": "launch",
|
||||
|
|
Loading…
Reference in New Issue