diff --git a/.homeychangelog.json b/.homeychangelog.json index 59cb560..989ed6e 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -114,5 +114,9 @@ "1.11.7": { "en": "Another try at fixing unreproducable chrash and other small bugfixes.", "nl": "Nog een poging een onreproduceerbare chrash op te lossen, samen met wat andere kleine bugfixes" + }, + "1.12.0": { + "en": "Add measurements for three phases to P1 device and support for SHT30/31/35 environment plugin.", + "nl": "Voegt metingen toe voor drie fases aan P1 apparaat en ondersteuning voor de SHT30/31/35 environment plugin" } } diff --git a/.homeycompose/app.json b/.homeycompose/app.json index bef288f..000cf9b 100644 --- a/.homeycompose/app.json +++ b/.homeycompose/app.json @@ -1,6 +1,6 @@ { "id": "nl.joolee.homey.espeasy", - "version": "1.11.7", + "version": "1.12.0", "compatibility": ">=2.0", "sdk": 2, "brandColor": "#2F4252", diff --git a/app.json b/app.json index d0ebe8d..18c5db2 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "_comment": "This file is generated. Please edit .homeycompose/app.json instead.", "id": "nl.joolee.homey.espeasy", - "version": "1.11.7", + "version": "1.12.0", "compatibility": ">=2.0", "sdk": 2, "brandColor": "#2F4252",