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",