mirror of https://github.com/espruino/BangleApps
weather: bump version
parent
60b4fc3351
commit
19ce8b888e
|
@ -414,7 +414,7 @@
|
||||||
{ "id": "weather",
|
{ "id": "weather",
|
||||||
"name": "Weather",
|
"name": "Weather",
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
"version":"0.02",
|
"version":"0.03",
|
||||||
"description": "Show Gadgetbridge weather report",
|
"description": "Show Gadgetbridge weather report",
|
||||||
"readme": "readme.md",
|
"readme": "readme.md",
|
||||||
"tags": "widget,outdoors",
|
"tags": "widget,outdoors",
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
0.02: Make minor adjustments to widget, and discard stale weather data after a configurable period.
|
0.02: Make minor adjustments to widget, and discard stale weather data after a configurable period.
|
||||||
|
0.03: Fix flickering last updated time.
|
Loading…
Reference in New Issue