Fix setting name

pull/3560/head
Martin Pool 2024-09-03 23:32:19 +02:00
parent b8a8d9bbd7
commit f61aa0650a
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"variant": "approximate", "variant": "approximate",
"showWidgets": true, "showWidgets": true,
"showTimeLine": false, "showTime": false,
"showDateLine": true "showDate": true
} }

View File

@ -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",