fixing versions/etc o remove lint warnings

master
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.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.08: Handling of alarms
0.09: Alarm vibration, repeat, and auto-snooze now handled by sched 0.09: Alarm vibration, repeat, and auto-snooze now handled by sched
0.10: Fix SMS bug 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: default:
return weatherRainy; return weatherRainy;
} }
break;
case 6: case 6:
return weatherSnowy; return weatherSnowy;
case 7: case 7:
@ -607,9 +606,8 @@ function getWeatherIconByCode(code) {
default: default:
return weatherCloudy; return weatherCloudy;
} }
break; default:
default: return undefined;
return undefined;
} }
} }

View File

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

View File

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