From 136066d859cf63c4e1bed7e0bfaed372141a304b Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Mon, 10 Feb 2020 00:14:53 +0100 Subject: [PATCH] 0.4.0 better version number --- io-package.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/io-package.json b/io-package.json index c2873045..ea18b676 100644 --- a/io-package.json +++ b/io-package.json @@ -1,9 +1,9 @@ { "common": { "name": "habpanel", - "version": "0.3.6", + "version": "0.4.0", "news": { - "0.3.6": { + "0.4.0": { "en": "compatibility with Web >= 3.0.0 added", "de": "Kompatibilität mit Web >= 3.0.0 hinzugefügt", "ru": "добавлена совместимость с Web >= 3.0.0", diff --git a/package.json b/package.json index ddf2aa43..ecfada06 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "iobroker.habpanel", "description": "Dashboard based on HABPanel", - "version": "0.3.6", + "version": "0.4.0", "author": { "name": "Yannick Schaus", "email": "habpanel@schaus.net"