From ae82009edbde948e967d1eaf29a820d798eb5e48 Mon Sep 17 00:00:00 2001 From: Bettman66 Date: Sat, 1 Jan 2022 10:27:45 +0100 Subject: [PATCH] add bot update --- README.md | 3 +++ io-package.json | 14 +++++++++++++- main.js | 5 +++-- package.json | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b00914e..7612078 100755 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ Ausgänge zu schalten. Für die Selbstgemachte Türsprechstelle, kann jede Hardware auf der sich Baresip installieren lässt genutzt werden. ## Changelog +### 2.1.0 +* (bettman66) add bot update + ### 2.0.4 * (bettman66) optimize code diff --git a/io-package.json b/io-package.json index 85d3606..153ed82 100755 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,20 @@ { "common": { "name": "doorio", - "version": "2.0.4", + "version": "2.1.0", "news": { + "2.1.0": { + "en": "add bot update", + "de": "Bot-Update hinzufügen", + "ru": "добавить обновление бота", + "pt": "adicionar atualização de bot", + "nl": "bot-update toevoegen", + "fr": "ajouter une mise à jour du bot", + "it": "aggiungi aggiornamento bot", + "es": "agregar actualización de bot", + "pl": "dodaj aktualizację bota", + "zh-cn": "添加机器人更新" + }, "2.0.4": { "en": "optimize code", "de": "Code optimieren", diff --git a/main.js b/main.js index 9b53e1c..b1a3f08 100644 --- a/main.js +++ b/main.js @@ -2,7 +2,7 @@ * * ioBroker DoorIO Adapter * - * (c) 2021 bettman66 + * (c) 2022 bettman66 * * MIT License * @@ -48,9 +48,10 @@ function main() { } // If started as allInOne/compact mode => return function to create instance +// @ts-ignore if (module && module.parent) { module.exports = startAdapter; } else { // or start the instance directly startAdapter(); -} +} \ No newline at end of file diff --git a/package.json b/package.json index f3b8288..17f971f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.doorio", - "version": "2.0.4", + "version": "2.1.0", "description": "doorio", "author": "bettman66 ", "contributors": [