diff --git a/.homeychangelog.json b/.homeychangelog.json index 9cc2d394..07d4f760 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -52,5 +52,8 @@ }, "1.2.2": { "en": "Improve relay_status handling, add device specification to all device types" + }, + "1.2.3": { + "en": "Improve relay_status handling, add device specification to all device types" } } diff --git a/.homeycompose/app.json b/.homeycompose/app.json index 73acc443..c1d7bf00 100644 --- a/.homeycompose/app.json +++ b/.homeycompose/app.json @@ -1,6 +1,6 @@ { "id": "com.tuya", - "version": "1.2.2", + "version": "1.2.3", "compatibility": ">=10.0.0", "brandColor": "#FF4800", "sdk": 3, diff --git a/app.json b/app.json index 9e18567f..f04fcdc3 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.2.2", + "version": "1.2.3", "compatibility": ">=10.0.0", "brandColor": "#FF4800", "sdk": 3,