From 9fc7c99c9f9b21b8240ec8d821b63645357f9d49 Mon Sep 17 00:00:00 2001 From: Martin Boonk Date: Thu, 12 Jan 2023 22:00:08 +0100 Subject: [PATCH] agpsdata - Bump version --- apps/agpsdata/ChangeLog | 1 + apps/agpsdata/metadata.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/agpsdata/ChangeLog b/apps/agpsdata/ChangeLog index d900841d7..303fc7583 100644 --- a/apps/agpsdata/ChangeLog +++ b/apps/agpsdata/ChangeLog @@ -5,3 +5,4 @@ 0.04: Write AGPS data chunks with delay to improve reliability 0.05: Show last success date Do not start A-GPS update automatically +0.06: Switch off gps after updating \ No newline at end of file diff --git a/apps/agpsdata/metadata.json b/apps/agpsdata/metadata.json index 7f0b53217..446661045 100644 --- a/apps/agpsdata/metadata.json +++ b/apps/agpsdata/metadata.json @@ -2,7 +2,7 @@ "name": "A-GPS Data Downloader App", "shortName":"A-GPS Data", "icon": "agpsdata.png", - "version":"0.05", + "version":"0.06", "description": "Once installed, this app allows you to download assisted GPS (A-GPS) data directly to your Bangle.js **via Gadgetbridge on an Android phone** when you run the app. If you just want to upload the latest AGPS data from this app loader, please use the `Assisted GPS Update (AGPS)` app.", "tags": "boot,tool,assisted,gps,agps,http", "allow_emulator":true,