diff --git a/.homeychangelog.json b/.homeychangelog.json index db455020..09d076f3 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -241,5 +241,8 @@ "nl": "✨ **Nieuwe functies** ✨\n• MELCloud-dashboards zijn nu beschikbaar als widgets!\n• Je kunt nu een standaardzone instellen voor elke widget.", "no": "✨ **Nye funksjoner** ✨\n• MELCloud-dashbords er nå tilgjengelige som widgets!\n• Du kan nå konfigurere en standard sone for hver widget.", "sv": "✨ **Nya funktioner** ✨\n• MELCloud-instrumentpaneler är nu tillgängliga som widgets!\n• Du kan nu konfigurera en standardzon för varje widget." + }, + "41.0.1": { + "en": "Fixed current fan speed" } } diff --git a/.homeycompose/app.json b/.homeycompose/app.json index 24224432..f0b733e6 100644 --- a/.homeycompose/app.json +++ b/.homeycompose/app.json @@ -175,5 +175,5 @@ "värmepump" ] }, - "version": "41.0.0" + "version": "41.0.1" } \ No newline at end of file diff --git a/app.json b/app.json index e013db6f..14fc79b4 100644 --- a/app.json +++ b/app.json @@ -176,7 +176,7 @@ "värmepump" ] }, - "version": "41.0.0", + "version": "41.0.1", "flow": { "triggers": [ { diff --git a/package-lock.json b/package-lock.json index c869cd70..77b496f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "com.melcloud", - "version": "41.0.0", + "version": "41.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "com.melcloud", - "version": "41.0.0", + "version": "41.0.1", "dependencies": { "@olivierzal/melcloud-api": "^17.7.0", "core-js": "^3.40.0", diff --git a/package.json b/package.json index 3784c05d..99d59e0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.melcloud", - "version": "41.0.0", + "version": "41.0.1", "type": "module", "scripts": { "build:css": "tailwindcss -i styles/input.css -o widgets/ata-group-setting/public/output.css && tailwindcss -i styles/input.css -o widgets/charts/public/output.css",