diff --git a/.homeychangelog.json b/.homeychangelog.json index 1532ac2..eb5c4bc 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -164,5 +164,9 @@ "4.0.8": { "en": "Added support for widgets! Now display the next collection days right on your dashboard.", "nl": "Ondersteuning voor widgets toegevoegd! Toon de eerstvolgende ophaaldata direct op je dashboard." + }, + "4.2.0": { + "en": "Going back in time... Sorry for the crashes", + "nl": "Excuses voor de crashes, weer even terug op oude versie" } } diff --git a/.homeycompose/app.json b/.homeycompose/app.json index 490b940..6722814 100644 --- a/.homeycompose/app.json +++ b/.homeycompose/app.json @@ -6,7 +6,7 @@ "nl": "Afval Herinnering 2.0", "sv": "AvfallspÄminnelse 2.0" }, - "version": "4.0.8", + "version": "4.2.0", "platforms": [ "local" ], diff --git a/app.json b/app.json index a167378..8cdd55c 100644 --- a/app.json +++ b/app.json @@ -7,7 +7,7 @@ "nl": "Afval Herinnering 2.0", "sv": "AvfallspÄminnelse 2.0" }, - "version": "4.0.8", + "version": "4.2.0", "platforms": [ "local" ],