Unbump apps with only type changes

pull/3390/head
Anton 2024-05-04 23:48:51 +02:00
parent 62a16815d6
commit 964ba309fa
4 changed files with 2 additions and 4 deletions

View File

@ -1,3 +1,2 @@
0.01: New app!
0.02: Advertise accelerometer data and sensor location
0.03: Minor code improvements

View File

@ -2,7 +2,7 @@
"id": "btadv",
"name": "btadv",
"shortName": "btadv",
"version": "0.03",
"version": "0.02",
"description": "Advertise & export live heart rate, accel, pressure, GPS & mag data over bluetooth",
"icon": "icon.png",
"tags": "health,tool,sensors,bluetooth",

View File

@ -4,4 +4,3 @@
Also avoid polluting global scope.
0.04: Enhance menu: enable bluetooth, visit settings & visit recovery
0.05: Enhance menu: permit toggling bluetooth
0.06: Minor code improvements

View File

@ -1,7 +1,7 @@
{
"id": "drained",
"name": "Drained",
"version": "0.06",
"version": "0.05",
"description": "Switches to displaying a simple clock when the battery percentage is low, and disables some peripherals",
"readme": "README.md",
"icon": "icon.png",