From 0ea5b2faec80cd764589036373c676afb491b678 Mon Sep 17 00:00:00 2001 From: Steiger04 Date: Sun, 10 Jan 2021 19:32:10 +0100 Subject: [PATCH] ### v1.0.5 --- io-package.json | 16 ++++++++++++++-- package.json | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/io-package.json b/io-package.json index b038c12..1416e2a 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,20 @@ { "common": { "name": "milight-smart-light", - "version": "1.0.1", + "version": "1.0.5", "news": { + "1.0.5": { + "en": "Small bug fix", + "de": "Kleine Fehlerbehebung", + "ru": "Исправление небольшой ошибки", + "pt": "Pequeno bug corrigido", + "nl": "Kleine bugfix", + "fr": "Petite correction de bogue", + "it": "Piccola correzione di bug", + "es": "Pequeña corrección de errores", + "pl": "Mała poprawka błędu", + "zh-cn": "小错误修复" + }, "1.0.1": { "en": "Added admin-UI based on Vue and Quasar.", "de": "Admin-UI basierend auf Vue und Quasar hinzugefügt.", @@ -116,4 +128,4 @@ }, "objects": [], "instanceObjects": [] -} \ No newline at end of file +} diff --git a/package.json b/package.json index 2750e67..f7e0bfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.milight-smart-light", - "version": "1.0.1", + "version": "1.0.5", "description": "Adapter for Milight LED bulbs and LED strips", "author": { "name": "Steiger04",