Updating CHANGELOG & metadata

master
Sean Patrick Hagen 2022-07-07 10:18:35 -07:00
parent 411e724868
commit d79bc3b73f
No known key found for this signature in database
GPG Key ID: 618FC6E1C001EE4F
2 changed files with 13 additions and 7 deletions

View File

@ -0,0 +1,6 @@
Bowser Watch Face ChangeLog
===========================
**v0.03**
* updated watch face to use the ClockFace library

View File

@ -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" }]
} }