diff --git a/README.md b/README.md index 4863d8618..8c4cc6d8f 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ And then call "npm run build". - ... ## Changelog -### 4.3.6 (2020-01-26) +### 4.3.7 (2020-01-26) * (bluefox) Made adapter compatible with js-controller >= 2.2.x ### 4.3.5 (2020-01-26) diff --git a/io-package.json b/io-package.json index 23de0a941..6ecfd5071 100644 --- a/io-package.json +++ b/io-package.json @@ -1,7 +1,7 @@ { "common": { "name": "javascript", - "version": "4.3.6", + "version": "4.3.7", "title": "Script Engine", "titleLang": { "en": "Script Engine", @@ -175,7 +175,8 @@ }, "dependencies": [ { - "admin": ">=3.7.8" + "admin": ">=3.7.8", + "js-controller": ">=2.2.0" } ], "type": "logic", diff --git a/package.json b/package.json index 43acfeef6..6321f9ba4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.javascript", - "version": "4.3.6", + "version": "4.3.7", "description": "Javascript/Coffescript Script Engine for ioBroker", "author": "bluefox ", "contributors": [