mirror of https://github.com/espruino/BangleApps
weather: bump version & add change log
parent
e0cea37238
commit
aba59bd2c2
|
@ -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",
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
0.02: Make minor adjustments to widget, and discard stale weather data after a configurable period.
|
Loading…
Reference in New Issue