diff --git a/.homeychangelog.json b/.homeychangelog.json index 7e29851..5f73acc 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -77,5 +77,8 @@ }, "0.9.7": { "en": "Revert back to the 0.9.4" + }, + "0.9.8": { + "en": "Second try to implement encryption mode autodetection" } } diff --git a/.homeycompose/app.json b/.homeycompose/app.json index 6ac084b..e3fa3e3 100644 --- a/.homeycompose/app.json +++ b/.homeycompose/app.json @@ -1,6 +1,6 @@ { "id": "com.gree", - "version": "0.9.7", + "version": "0.9.8", "compatibility": ">=12.0.1", "sdk": 3, "brandColor": "#ff732e", diff --git a/app.json b/app.json index 63774c7..00237e5 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.7", + "version": "0.9.8", "compatibility": ">=12.0.1", "sdk": 3, "brandColor": "#ff732e",