From 7a0a749bacb1d3bf9ba4f6246af9e2bd9ba28325 Mon Sep 17 00:00:00 2001 From: Lukas Date: Fri, 30 Dec 2022 16:33:30 +0100 Subject: [PATCH] increase version, add change log message --- apps/android/ChangeLog | 1 + apps/android/metadata.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/android/ChangeLog b/apps/android/ChangeLog index 86dbdb649..1e0c14a5e 100644 --- a/apps/android/ChangeLog +++ b/apps/android/ChangeLog @@ -18,3 +18,4 @@ 0.18: Use new message library If connected to Gadgetbridge, allow GPS forwarding from phone (Gadgetbridge code still not merged) 0.19: Add automatic translation for a couple of strings. +0.20: Fix wrong event used for forwarded GPS data from Gadgetbridge and add mapper to map longitude value correctly. diff --git a/apps/android/metadata.json b/apps/android/metadata.json index d5a45edb7..883a821a4 100644 --- a/apps/android/metadata.json +++ b/apps/android/metadata.json @@ -2,7 +2,7 @@ "id": "android", "name": "Android Integration", "shortName": "Android", - "version": "0.19", + "version": "0.20", "description": "Display notifications/music/etc sent from the Gadgetbridge app on Android. This replaces the old 'Gadgetbridge' Bangle.js widget.", "icon": "app.png", "tags": "tool,system,messages,notifications,gadgetbridge",