mirror of https://github.com/espruino/BangleApps
Fix setting name
parent
b8a8d9bbd7
commit
f61aa0650a
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"variant": "approximate",
|
"variant": "approximate",
|
||||||
"showWidgets": true,
|
"showWidgets": true,
|
||||||
"showTimeLine": false,
|
"showTime": false,
|
||||||
"showDateLine": true
|
"showDate": true
|
||||||
}
|
}
|
|
@ -3,7 +3,7 @@
|
||||||
"name": "Dutch Clock",
|
"name": "Dutch Clock",
|
||||||
"shortName":"Dutch Clock",
|
"shortName":"Dutch Clock",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"version":"0.05",
|
"version":"0.06",
|
||||||
"description": "A clock that displays the time the way a Dutch person would respond when asked what time it is.",
|
"description": "A clock that displays the time the way a Dutch person would respond when asked what time it is.",
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
"tags": "clock,dutch,text",
|
"tags": "clock,dutch,text",
|
||||||
|
|
Loading…
Reference in New Issue