diff --git a/apps/dutchclock/default.json b/apps/dutchclock/default.json index 243f2824a..cfe5d34a4 100644 --- a/apps/dutchclock/default.json +++ b/apps/dutchclock/default.json @@ -1,6 +1,6 @@ { "variant": "approximate", "showWidgets": true, - "showTimeLine": false, - "showDateLine": true + "showTime": false, + "showDate": true } \ No newline at end of file diff --git a/apps/dutchclock/metadata.json b/apps/dutchclock/metadata.json index 4988417dc..9a0bc84a2 100644 --- a/apps/dutchclock/metadata.json +++ b/apps/dutchclock/metadata.json @@ -3,7 +3,7 @@ "name": "Dutch Clock", "shortName":"Dutch Clock", "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.", "type": "clock", "tags": "clock,dutch,text",