From 87a3fe769cab9034298b9d32787c6fa89f69577b Mon Sep 17 00:00:00 2001 From: Illia Antypenko Date: Wed, 25 Sep 2024 19:04:25 +0200 Subject: [PATCH] Bump v0.9.2 --- .homeychangelog.json | 5 +---- app.json | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) 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",