From 41cdb985253e7ab5f5b21bdb281e5ae8a5786aae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Biseth?= Date: Fri, 25 Nov 2022 05:22:14 +0000 Subject: [PATCH] Bump version to v1.8.1 Changelog: Updated myenergi-api component --- .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 e1206e6..6a97f32 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -70,5 +70,8 @@ }, "1.8.0": { "en": "Added possibility to see connected site and hub in device settings" + }, + "1.8.1": { + "en": "Updated myenergi-api component" } } diff --git a/.homeycompose/app.json b/.homeycompose/app.json index c0db69c..d6e799b 100644 --- a/.homeycompose/app.json +++ b/.homeycompose/app.json @@ -1,6 +1,6 @@ { "id": "net.biseth.myenergi", - "version": "1.8.0", + "version": "1.8.1", "compatibility": ">=5.0.0", "sdk": 3, "brandColor": "#2bcc64", diff --git a/app.json b/app.json index a4cd098..07d11d0 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "_comment": "This file is generated. Please edit .homeycompose/app.json instead.", "id": "net.biseth.myenergi", - "version": "1.8.0", + "version": "1.8.1", "compatibility": ">=5.0.0", "sdk": 3, "brandColor": "#2bcc64",