diff --git a/README.md b/README.md index 4859433..a31fbb8 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ As first value, the name from the warning message must be taken from the log. Th * (DutchmanNL) --> -### 0.8.3-0 (2021-08-20) +### 0.8.3 (2021-08-20) * (jlssmt) Code refactoring * (DutchmanNL) Bugfix: Unwanted deletion of data points for Germany solved diff --git a/io-package.json b/io-package.json index 719b8c8..8f6b46c 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,20 @@ { "common": { "name": "coronavirus-statistics", - "version": "0.8.3-0", + "version": "0.8.3", "news": { + "0.8.3": { + "en": "Code refactoring\nBugfix: Unwanted deletion of data points for Germany solved", + "de": "Code Refactoring\nBugfix: Ungewolltes Löschen von Datenpunkten für Deutschland behoben", + "ru": "Рефакторинг кода\nИсправление: решено нежелательное удаление точек данных для Германии.", + "pt": "Refatoração de código\nCorreção de bug: exclusão indesejada de pontos de dados para a Alemanha resolvida", + "nl": "Code refactoring\nBugfix: Ongewenste verwijdering van datapunten voor Duitsland opgelost", + "fr": "Refactorisation de code\nCorrection de bug : la suppression indésirable de points de données pour l'Allemagne a été résolue", + "it": "Refactoring del codice\nBugfix: eliminazione indesiderata di punti dati per la Germania risolta", + "es": "Código de refactorización\nCorrección de error: se solucionó la eliminación no deseada de puntos de datos para Alemania", + "pl": "Refaktoryzacja kodu\nBugfix: Niepożądane usuwanie punktów danych dla Niemiec rozwiązane", + "zh-cn": "代码重构\n错误修正:解决了德国数据点的意外删除问题" + }, "0.8.3-0": { "en": "Code refactoring\nBugfix: Unwanted deletion of data points for Germany solved", "de": "Code Refactoring\nBugfix: Ungewolltes Löschen von Datenpunkten für Deutschland behoben", diff --git a/package-lock.json b/package-lock.json index ca233e6..7aa196a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "iobroker.coronavirus-statistics", - "version": "0.8.3-0", + "version": "0.8.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a70de56..b6754c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.coronavirus-statistics", - "version": "0.8.3-0", + "version": "0.8.3", "description": "Adapter to show Global Corona Virus information and current reports", "author": { "name": "DutchmanNL",