fix id and versioning

pull/1003/head
Sebastian Di Luzio 2021-12-04 23:07:43 +01:00
parent 14d1b23bd4
commit 4fd2ab6d6a
2 changed files with 3 additions and 3 deletions

View File

@ -4680,13 +4680,13 @@
"name": "Charging Status",
"shortName":"ChargingStatus",
"icon": "widget.png",
"version":"0.1.0",
"version":"0.1",
"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",
"supports": ["BANGLEJS","BANGLEJS2"],
"storage": [
{"name":"chargingStatus.wid.js","url":"widget.js"}
{"name":"widChargingStatus.wid.js","url":"widget.js"}
]
}
]

View File

@ -1 +1 @@
0.1.0: First release.
0.1: First release.