diff --git a/package.json b/package.json index f61af6b..2a0a785 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openhab_rules_tools", - "version": "2.0.2", + "version": "2.0.3", "description": "Functions and classes to make writing openHAB rules in JS Scripting easier.", "private": false, "license": "EPL-2.0", @@ -21,6 +21,6 @@ "url": "https://github.com/rkoshak/openhab-rules-tools/issues" }, "devDependencies": { - "openhab": "^4.1.0" + "openhab": "^4.5.1" } -} \ No newline at end of file +}