upgrade chargingStatus version

pull/1052/head
Sebastian Di Luzio 2021-12-10 22:17:06 +01:00
parent 480f5ea070
commit 4511520c88
2 changed files with 3 additions and 2 deletions

View File

@ -4782,7 +4782,7 @@
"name": "Charging Status",
"shortName":"ChargingStatus",
"icon": "widget.png",
"version":"0.1",
"version":"0.2",
"type": "widget",
"description": "A simple widget that shows a yellow lightning icon to indicate whenever the watch is charging. This way one can see the charging status at a glance, no matter which battery widget is being used.",
"tags": "widget",

View File

@ -1 +1,2 @@
0.1: First release.
0.2: No functional changes, just moved codebase to Typescript.