From b4ebbfc34035993994cc659a958870436ed4e4c9 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Wed, 18 Mar 2020 11:03:30 +0100 Subject: [PATCH] Bump version --- README.md | 2 +- io-package.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 27c3cf56b..141e9a8bc 100644 --- a/README.md +++ b/README.md @@ -449,7 +449,7 @@ After that checkout modified version in `./build` folder. Then. ## Changelog -### 1.0.11 (2020-03-16) +### 1.0.12 (2020-03-16) * (Garfonso) Added option to restrict auto entity creation to alias.0.* ### 1.0.10 (2020-02-13) diff --git a/io-package.json b/io-package.json index da9eafc0d..2c046d281 100644 --- a/io-package.json +++ b/io-package.json @@ -1,9 +1,9 @@ { "common": { "name": "lovelace", - "version": "1.0.11", + "version": "1.0.12", "news": { - "1.0.11": { + "1.0.12": { "en": "Added option to restrict auto entity creation to alias.0.*", "de": "Option hinzugefügt, um die automatische Entitätserstellung auf Alias.0 zu beschränken. *", "ru": "Добавлена возможность ограничить автоматическое создание сущности псевдонимом 0. *", diff --git a/package.json b/package.json index 3853fb694..f415ad36e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.lovelace", - "version": "1.0.11", + "version": "1.0.12", "description": "With this adapter you can build visualization for ioBroker with Home Assistant Lovelace UI", "author": { "name": "bluefox",