diff --git a/README.md b/README.md index e243e29..7c3c0b2 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 2.0.2 (2023-12-23) - (ar7bd) SpotWidth and spotHeight are now allowed to be zero. [#29] - (mcm1957) Dependencies have been updated. diff --git a/io-package.json b/io-package.json index 5103b02..f0571d6 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "botvac", - "version": "2.0.2-alpha.0", + "version": "2.0.2", "news": { + "2.0.2": { + "en": "SpotWidth and spotHeight are now allowed to be zero. [#29]\nDependencies have been updated.", + "de": "SpotWidth und SpotHeight darf nun Null sein. (#29)\nAbhängigkeiten wurden aktualisiert.", + "ru": "SpotWidth и место Высота теперь разрешена быть нулевым. [#29]\nОбновлены зависимости.", + "pt": "SpotWidth e spot A altura agora pode ser zero. [#29]\nAs dependências foram atualizadas.", + "nl": "SpotWidth De lengte is nu toegestaan om nul te zijn. _\nAfhankelijkheid is geüpdateerd.", + "fr": "SpotWidth et spot La hauteur est maintenant permise à zéro. [#29]\nLes dépendances ont été mises à jour.", + "it": "SpotWidth e spot Ora l'altezza è zero. [#29]\nLe dipendenze sono state aggiornate.", + "es": "SpotWidth y spot Se permite que la altura sea cero. [#29]\nSe han actualizado las dependencias.", + "pl": "SpotWidth i miejsce Teraz dozwolone jest zera. (#29)\nW zależności zostały zaktualizowane.", + "uk": "SpotWidth і плями Висота тепер дозволено бути нуль. [#29]\nОновлено залежність.", + "zh-cn": "SpotWidth和点 现在有人允许他零。 [第29条]\n情况已经更新。." + }, "2.0.1": { "en": "A problem causing crashes if some devices are unreachable has been fixed [#46]", "de": "Ein Problem, das Abstürze verursachte wenn Geräte nicht erreichbar sind, wurde behoben [#46]", diff --git a/package-lock.json b/package-lock.json index aa687ba..9d28d59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.botvac", - "version": "2.0.2-alpha.0", + "version": "2.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.botvac", - "version": "2.0.2-alpha.0", + "version": "2.0.2", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.4", diff --git a/package.json b/package.json index 5f57e34..bd1d1c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.botvac", - "version": "2.0.2-alpha.0", + "version": "2.0.2", "description": "ioBroker botvac Adapter", "author": { "name": "Pmant",