From c1fbac3415d9fb0806e92be8fd16c9144a9678f3 Mon Sep 17 00:00:00 2001 From: Illia Antypenko Date: Sat, 12 Oct 2024 22:19:44 +0200 Subject: [PATCH] Bump 0.9.5 --- .homeychangelog.json | 3 +++ .homeycompose/app.json | 2 +- app.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.homeychangelog.json b/.homeychangelog.json index 229a8e1..0324097 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -68,5 +68,8 @@ }, "0.9.4": { "en": "Add support of \"8°C heating\" mode" + }, + "0.9.5": { + "en": "Enable encryption mode autodetection" } } diff --git a/.homeycompose/app.json b/.homeycompose/app.json index 5e98f2d..a3ab645 100644 --- a/.homeycompose/app.json +++ b/.homeycompose/app.json @@ -1,6 +1,6 @@ { "id": "com.gree", - "version": "0.9.4", + "version": "0.9.5", "compatibility": ">=12.0.1", "sdk": 3, "brandColor": "#ff732e", diff --git a/app.json b/app.json index d2664cb..034b524 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "_comment": "This file is generated. Please edit .homeycompose/app.json instead.", "id": "com.gree", - "version": "0.9.4", + "version": "0.9.5", "compatibility": ">=12.0.1", "sdk": 3, "brandColor": "#ff732e",