mirror of https://github.com/espruino/BangleApps
Unbump apps with only type changes
parent
62a16815d6
commit
964ba309fa
|
@ -1,3 +1,2 @@
|
||||||
0.01: New app!
|
0.01: New app!
|
||||||
0.02: Advertise accelerometer data and sensor location
|
0.02: Advertise accelerometer data and sensor location
|
||||||
0.03: Minor code improvements
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "btadv",
|
"id": "btadv",
|
||||||
"name": "btadv",
|
"name": "btadv",
|
||||||
"shortName": "btadv",
|
"shortName": "btadv",
|
||||||
"version": "0.03",
|
"version": "0.02",
|
||||||
"description": "Advertise & export live heart rate, accel, pressure, GPS & mag data over bluetooth",
|
"description": "Advertise & export live heart rate, accel, pressure, GPS & mag data over bluetooth",
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
"tags": "health,tool,sensors,bluetooth",
|
"tags": "health,tool,sensors,bluetooth",
|
||||||
|
|
|
@ -4,4 +4,3 @@
|
||||||
Also avoid polluting global scope.
|
Also avoid polluting global scope.
|
||||||
0.04: Enhance menu: enable bluetooth, visit settings & visit recovery
|
0.04: Enhance menu: enable bluetooth, visit settings & visit recovery
|
||||||
0.05: Enhance menu: permit toggling bluetooth
|
0.05: Enhance menu: permit toggling bluetooth
|
||||||
0.06: Minor code improvements
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "drained",
|
"id": "drained",
|
||||||
"name": "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",
|
"description": "Switches to displaying a simple clock when the battery percentage is low, and disables some peripherals",
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
|
|
Loading…
Reference in New Issue