diff --git a/.homeychangelog.json b/.homeychangelog.json index 7e2a9ac..6aca345 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -64,5 +64,8 @@ }, "1.3.2": { "en": "Ensure capability values are updated when scaling is changed, add missing child lock flow card to fan and socket devices." + }, + "1.3.3": { + "en": "Resolve issues with status updates" } } diff --git a/.homeycompose/app.json b/.homeycompose/app.json index 6516d93..e846e10 100644 --- a/.homeycompose/app.json +++ b/.homeycompose/app.json @@ -1,6 +1,6 @@ { "id": "com.tuya", - "version": "1.3.2", + "version": "1.3.3", "compatibility": ">=12.0.1", "brandColor": "#FF4800", "sdk": 3, diff --git a/app.json b/app.json index 04adb6d..962f5ee 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "_comment": "This file is generated. Please edit .homeycompose/app.json instead.", "id": "com.tuya", - "version": "1.3.2", + "version": "1.3.3", "compatibility": ">=12.0.1", "brandColor": "#FF4800", "sdk": 3,