Updating CHANGELOG & metadata
parent
411e724868
commit
d79bc3b73f
|
|
@ -0,0 +1,6 @@
|
||||||
|
Bowser Watch Face ChangeLog
|
||||||
|
===========================
|
||||||
|
|
||||||
|
**v0.03**
|
||||||
|
|
||||||
|
* updated watch face to use the ClockFace library
|
||||||
|
|
@ -1,18 +1,18 @@
|
||||||
{
|
{
|
||||||
"id": "bowserWF",
|
"id": "bowserWF",
|
||||||
"name": "Bowser Watchface",
|
"name": "Bowser Watchface",
|
||||||
"shortName":"Bowser Watchface",
|
"shortName": "Bowser Watchface",
|
||||||
"version":"0.02",
|
"version": "0.03",
|
||||||
"description": "Let bowser show you the time",
|
"description": "Let bowser show you the time",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
"tags": "clock",
|
"tags": "clock",
|
||||||
"supports" : ["BANGLEJS2"],
|
"supports": ["BANGLEJS2"],
|
||||||
"allow_emulator": true,
|
"allow_emulator": true,
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"bowserWF.app.js","url":"app.js"},
|
{ "name": "bowserWF.app.js", "url": "app.js" },
|
||||||
{"name":"bowserWF.img","url":"app-icon.js","evaluate":true}
|
{ "name": "bowserWF.img", "url": "app-icon.js", "evaluate": true }
|
||||||
],
|
],
|
||||||
"data": [{"name":"bowserWF.json"}]
|
"data": [{ "name": "bowserWF.json" }]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue