diff --git a/README.md b/README.md index cb74eca..c7d1cb6 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,11 @@ This adapter is inspired at [virtual devices script by Pman](https://forum.iobro ## Changelog +### 0.1.5 +* (Scrounger) expert settings properties renamed -> you must recreate your expert settings for all parent objects !!! +* (Scrounger) custom dialog prepared for convert to other type +* (Scrounger) bug fixes + ### 0.1.0 * (Scrounger) custom dialog layout changed * (Scrounger) conversion bug fixes diff --git a/io-package.json b/io-package.json index 7f05045..7bab58b 100644 --- a/io-package.json +++ b/io-package.json @@ -1,7 +1,7 @@ { "common": { "name": "linkeddevices", - "version": "0.1.0", + "version": "0.1.5", "news": { "0.0.1": { "en": "initial release", diff --git a/package-lock.json b/package-lock.json index 7dc140d..606723f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "iobroker.linkeddevices", - "version": "0.1.0", + "version": "0.1.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 459abd1..ab6341f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.linkeddevices", - "version": "0.1.0", + "version": "0.1.5", "description": "Create linked objects (datapoints) of your devices with a self-defined structure. This makes it possible to create a structure in ioBroker, where all objects are centralized, e.g. to be used in the vis or scripts.", "author": { "name": "Scrounger",