fixing versions/etc o remove lint warnings

pull/2006/head
Gordon Williams 2022-06-28 10:19:29 +01:00
parent 42202a2a8b
commit 596a8183c0
5 changed files with 6 additions and 6 deletions

View File

@ -1 +1,2 @@
0.01: Basic agenda with events from GB
0.02: Added settings page to force calendar sync

View File

@ -9,4 +9,4 @@
0.08: Handling of alarms
0.09: Alarm vibration, repeat, and auto-snooze now handled by sched
0.10: Fix SMS bug
0.11: Use default Bangle formatter for booleans
0.12: Use default Bangle formatter for booleans

View File

@ -591,7 +591,6 @@ function getWeatherIconByCode(code) {
default:
return weatherRainy;
}
break;
case 6:
return weatherSnowy;
case 7:
@ -607,7 +606,6 @@ function getWeatherIconByCode(code) {
default:
return weatherCloudy;
}
break;
default:
return undefined;
}

View File

@ -2,7 +2,7 @@
"id": "football",
"name": "football",
"shortName": "football",
"version": "1.00",
"version": "1.01",
"type": "app",
"description": "Classic football game of the CASIO chronometer",
"icon": "app.png",

View File

@ -1 +1,2 @@
0.01: New App!
0.11: Changes...