diff --git a/.homeychangelog.json b/.homeychangelog.json index bd58313..eafe789 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -94,5 +94,9 @@ "1.11.2": { "en": "Improved P1 parsing of corrupt datagrams", "nl": "Verwerken van corrupte datagramd van P1 apparaten is verbeterd" + }, + "1.11.3": { + "en": "Fix a crash during pairing, adds bunch of error loging to track down a capabilities error", + "nl": "Lost een crash op bij pairen, voegt een stapel error logging toe om een error mbt capabilities op te zoeken" } } diff --git a/.homeycompose/app.json b/.homeycompose/app.json index 63f5bed..5ce64c2 100644 --- a/.homeycompose/app.json +++ b/.homeycompose/app.json @@ -1,6 +1,6 @@ { "id": "nl.joolee.homey.espeasy", - "version": "1.11.2", + "version": "1.11.3", "compatibility": ">=2.0", "sdk": 2, "brandColor": "#2F4252", diff --git a/app.json b/app.json index 212db92..2a3c478 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.2", + "version": "1.11.3", "compatibility": ">=2.0", "sdk": 2, "brandColor": "#2F4252",