From fe294537492e867e2e65da81c18a079220a53cb3 Mon Sep 17 00:00:00 2001 From: Illia Antypenko Date: Thu, 26 Sep 2024 22:13:20 +0200 Subject: [PATCH] Bump v0.9.3 --- .homeychangelog.json | 5 ++++- app.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.homeychangelog.json b/.homeychangelog.json index 48009cd..c5db8b0 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -61,6 +61,9 @@ "en": "Add experimental support of new interaction protocol for Gree-compatible HVACs with version >=1.21" }, "0.9.2": { - "en": "Add experimental support of new interaction protocol for Gree-compatible HVACs with version >=1.21" + "en": "Enable debug logging.\r\nCollect all client errors" + }, + "0.9.3": { + "en": "Minor connection improvements.\r\nDisable error collecting" } } diff --git a/app.json b/app.json index 37b0025..f2d8633 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,6 @@ { "id": "com.gree", - "version": "0.9.2", + "version": "0.9.3", "compatibility": ">=12.0.1", "sdk": 3, "brandColor": "#ff732e",