From 1e4c9c4b1c4b13a3775d6ccc8f06a890a480ff4f Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Thu, 11 Jul 2024 17:07:41 +0900 Subject: [PATCH] chore: release v4.0.3 * (bluefox) Packages updated * (bluefox) Corrected playing in vis * (bluefox) Corrected blockly --- README.md | 2 +- io-package.json | 15 ++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9022e96..20a025f 100644 --- a/README.md +++ b/README.md @@ -267,7 +267,7 @@ The following values for engines are possible: ### **WORK IN PROGRESS** --> ## Changelog -### **WORK IN PROGRESS** +### 4.0.3 (2024-07-11) * (bluefox) Packages updated * (bluefox) Corrected playing in vis * (bluefox) Corrected blockly diff --git a/io-package.json b/io-package.json index 82bdd7f..619519e 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "sayit", - "version": "4.0.2", + "version": "4.0.3", "news": { + "4.0.3": { + "en": "Packages updated\nCorrected playing in vis\nCorrected blockly", + "de": "Pakete aktualisiert\nKorrigiertes Spielen in Vis\nBlockiert korrigiert", + "ru": "Обновленные пакеты\nИсправленная игра в vis\nИсправлено блокно", + "pt": "Pacotes atualizados\nJogo correto em vis\nCorrigido em bloco", + "nl": "Pakketten bijgewerkt\nGecorrigeerd spelen in vis\nBloksgewijs gecorrigeerd", + "fr": "Mise à jour des paquets\nCorrigé jouer dans vis\nCorrigé en bloc", + "it": "Pacchetti aggiornati\nCorretto giocare in vis\nCorretto in blocco", + "es": "Paquetes actualizados\nCorregido jugando en vis\nCorregido bloqueado", + "pl": "Aktualizacja pakietów\nPoprawione gry w vis\nPoprawione blokowane", + "uk": "Пакети оновлені\nПравильна гра в віках\nВиправлено блоклі", + "zh-cn": "更新软件包\n已校正播放相对\n块状修正" + }, "4.0.1": { "en": "Packages updated\nUsing the pre-calculated duration of the mp3 to wait long enough even for longer announcements", "de": "Pakete aktualisiert\nMit der vorkalkulierten Dauer des mp3 lange genug warten, auch für längere Ankündigungen", diff --git a/package-lock.json b/package-lock.json index fa3a1d9..fe2337e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.sayit", - "version": "4.0.2", + "version": "4.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.sayit", - "version": "4.0.2", + "version": "4.0.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 83403b5..652036c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.sayit", - "version": "4.0.2", + "version": "4.0.3", "description": "Text to speech interface for ioBroker.", "author": { "name": "bluefox",