diff --git a/.homeychangelog.json b/.homeychangelog.json index f0f318b..c98fe37 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -64,5 +64,8 @@ }, "1.7.5": { "en": "Fixed a bug that crashed the app when setting total energy offset on Zappi and Harvi" + }, + "1.7.6": { + "en": "Fixed a bug that crashed the app when setting total energy offset on Zappi and Harvi" } } diff --git a/.homeycompose/app.json b/.homeycompose/app.json index 6ccb176..b4f3f4f 100644 --- a/.homeycompose/app.json +++ b/.homeycompose/app.json @@ -1,6 +1,6 @@ { "id": "net.biseth.myenergi", - "version": "1.7.5", + "version": "1.7.6", "compatibility": ">=5.0.0", "sdk": 3, "brandColor": "#2bcc64", diff --git a/app.json b/app.json index 419b75b..0c67aed 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.7.5", + "version": "1.7.6", "compatibility": ">=5.0.0", "sdk": 3, "brandColor": "#2bcc64",