diff --git a/README.md b/README.md index 5d626a2..69c98c3 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,7 @@ which serves as a new target for the Connect devices (e.g. Lex10). Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> - -### **WORK IN PROGRESS** +### 1.1.4 (2025-01-27) - (eifel-tech) Update dependencies diff --git a/io-package.json b/io-package.json index acc6cfa..037173c 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "syrconnect", - "version": "1.1.3", + "version": "1.1.4", "news": { + "1.1.4": { + "en": "Update dependencies", + "de": "Abhängigkeiten aktualisieren", + "ru": "Зависимости обновления", + "pt": "Dependências de atualização", + "nl": "Afhankelijkheden bijwerken", + "fr": "Mise à jour des dépendances", + "it": "Dipendenze di aggiornamento", + "es": "Actualizar las dependencias", + "pl": "Aktualizuj zależności", + "uk": "Оновлення залежності", + "zh-cn": "更新依赖关系" + }, "1.1.3": { "en": "Changed type of Port in Amdin to number", "de": "Typ von Port in Amdin geändert zu Nummer", diff --git a/package-lock.json b/package-lock.json index 96e6917..80ab130 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.syrconnect", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.syrconnect", - "version": "1.1.3", + "version": "1.1.4", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.2.3", diff --git a/package.json b/package.json index beb0795..0d5b9d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.syrconnect", - "version": "1.1.3", + "version": "1.1.4", "description": "Adapter zur Simulation der Syrconnect-Cloud", "author": { "name": "eifel-tech",