diff --git a/.homeychangelog.json b/.homeychangelog.json index d629999..7586880 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -54,10 +54,7 @@ "0.8.2": { "en": "Fix possible crash when setting thermostat mode to \"off\". Change device class to \"airconditioning\"" }, - "0.9.0": { - "en": "Add experimental support of new interaction protocol for Gree-compatible HVACs with version >=1.21" - }, - "0.9.1": { + "0.9.2": { "en": "Add experimental support of new interaction protocol for Gree-compatible HVACs with version >=1.21" } } diff --git a/app.json b/app.json index be2ae19..37b0025 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,6 @@ { "id": "com.gree", - "version": "0.9.1", + "version": "0.9.2", "compatibility": ">=12.0.1", "sdk": 3, "brandColor": "#ff732e",