From 19ce8b888e2cc3ec1fc15033f670b99a272b028d Mon Sep 17 00:00:00 2001 From: Ben Whittaker Date: Mon, 8 Jun 2020 21:52:23 -0400 Subject: [PATCH] weather: bump version --- apps.json | 2 +- apps/weather/ChangeLog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 587771fdb..be83ef747 100644 --- a/apps.json +++ b/apps.json @@ -414,7 +414,7 @@ { "id": "weather", "name": "Weather", "icon": "icon.png", - "version":"0.02", + "version":"0.03", "description": "Show Gadgetbridge weather report", "readme": "readme.md", "tags": "widget,outdoors", diff --git a/apps/weather/ChangeLog b/apps/weather/ChangeLog index f0eae0198..5e27e1bf4 100644 --- a/apps/weather/ChangeLog +++ b/apps/weather/ChangeLog @@ -1 +1,2 @@ 0.02: Make minor adjustments to widget, and discard stale weather data after a configurable period. +0.03: Fix flickering last updated time. \ No newline at end of file