[] altimeter: update to v0.04

pull/3107/head
Pavel Machek 2023-11-18 22:55:56 +01:00
parent 0c220b4091
commit aad5aae3ca
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
0.01: New App! 0.01: New App!
0.02: Actually upload correct code 0.02: Actually upload correct code
0.03: Display sea-level pressure, too, and allow calibration 0.03: Display sea-level pressure, too, and allow calibration
0.04: Switch to using system code for pressure calibration

View File

@ -1,6 +1,6 @@
{ "id": "altimeter", { "id": "altimeter",
"name": "Altimeter", "name": "Altimeter",
"version":"0.03", "version":"0.04",
"description": "Simple altimeter that can display height changed using Bangle.js 2's built in pressure sensor.", "description": "Simple altimeter that can display height changed using Bangle.js 2's built in pressure sensor.",
"icon": "app.png", "icon": "app.png",
"tags": "tool,outdoors", "tags": "tool,outdoors",