diff --git a/README.md b/README.md index ba98073..3740e5b 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,7 @@ Attention: command in datapoint ebus.0.cmd is deleted after executing of command Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> - -### **WORK IN PROGRESS** +### 3.3.4 (2024-07-12) * (René) bug fix after 3.3.2 update ### 3.3.3 (2024-07-12) diff --git a/io-package.json b/io-package.json index f7eb406..f3ea500 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "ebus", - "version": "3.3.3", + "version": "3.3.4", "news": { + "3.3.4": { + "en": "bug fix after 3.3.2 update", + "de": "fehlerbehebung nach 3.3.2 update", + "ru": "исправление ошибок после обновления 3.3.2", + "pt": "correção de bugs após 3.3.2 atualização", + "nl": "foutherstel na 3.3.2 update", + "fr": "correction du bug après la mise à jour 3.3.2", + "it": "correzione bug dopo l'aggiornamento 3.3.2", + "es": "corrección de errores después de la actualización 3.3.2", + "pl": "naprawianie błędów po aktualizacji 3.3.2", + "uk": "виправлення помилок після 3.3.2 оновлення", + "zh-cn": "3.3.2 更新后修复错误" + }, "3.3.3": { "en": "downgrade of \"promise-socket\" to 7.0.0", "de": "downgrade von \"promise-socket\" bis 7.0.0", @@ -80,19 +93,6 @@ "pl": "Aktualizacja zależności (René)", "uk": "(René) залежностей оновлено", "zh-cn": "(René) 更新的依赖关系" - }, - "3.2.4": { - "en": "revert 'flat' back to 5.x", - "de": "„flat“ auf 5.x zurückgesetzt", - "ru": "вернуть «плоскую» версию обратно в 5.x", - "pt": "reverter 'plano' de volta para 5.x", - "nl": "zet 'plat' terug naar 5.x", - "fr": "revenir \"à plat\" à 5.x", - "it": "ripristinare 'flat' alla versione 5.x", - "es": "revertir 'plano' a 5.x", - "pl": "przywróć „płaskie” z powrotem do wersji 5.x", - "uk": "повернутися до версії 5.x", - "zh-cn": "将“扁平”恢复至 5.x" } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index 9de95a0..fa32ab1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.ebus", - "version": "3.3.3", + "version": "3.3.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.ebus", - "version": "3.3.3", + "version": "3.3.4", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.1.6", diff --git a/package.json b/package.json index 3003b81..78d0391 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.ebus", - "version": "3.3.3", + "version": "3.3.4", "description": "ioBroker ebus Adapter", "author": { "name": "René G.",