diff --git a/io-package.json b/io-package.json index a5fb854..41e16c0 100644 --- a/io-package.json +++ b/io-package.json @@ -250,7 +250,11 @@ "keywords": [ "extron" ], - "licenseInformation": "CC-BY-NC-4.0", + "licenseInformation": { + "link": "https://github.com/Bannsaenger/ioBroker.extron/blob/master/LICENSE", + "type": "limited", + "license": "CC-BY-NC-4.0" + }, "platform": "Javascript/Node.js", "main": "main.js", "icon": "extron.png", diff --git a/package.json b/package.json index e0adec8..7e00041 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.extron", - "version": "0.2.15", + "version": "0.2.16", "description": "Extron SIS adapter", "author": "Bannsaenger ", "homepage": "https://github.com/Bannsaenger/ioBroker.extron",