weather: bump version & add change log

pull/443/head
Ben Whittaker 2020-05-24 05:37:00 -04:00
parent e0cea37238
commit aba59bd2c2
2 changed files with 2 additions and 1 deletions

View File

@ -384,7 +384,7 @@
{ "id": "weather", { "id": "weather",
"name": "Weather", "name": "Weather",
"icon": "icon.png", "icon": "icon.png",
"version":"0.01", "version":"0.02",
"description": "Show Gadgetbridge weather report", "description": "Show Gadgetbridge weather report",
"readme": "readme.md", "readme": "readme.md",
"tags": "widget,outdoors", "tags": "widget,outdoors",

1
apps/weather/ChangeLog Normal file
View File

@ -0,0 +1 @@
0.02: Make minor adjustments to widget, and discard stale weather data after a configurable period.