weather: bump version

pull/492/head
Ben Whittaker 2020-06-08 21:52:23 -04:00
parent 60b4fc3351
commit 19ce8b888e
2 changed files with 2 additions and 1 deletions

View File

@ -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",

View File

@ -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.