mirror of https://github.com/espruino/BangleApps
fix id and versioning
parent
14d1b23bd4
commit
4fd2ab6d6a
|
@ -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"}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.1.0: First release.
|
||||
0.1: First release.
|
Loading…
Reference in New Issue