From 2df8803e6d0a5e2276d2102f4eba097bad94beea Mon Sep 17 00:00:00 2001 From: Richard Koshak Date: Thu, 23 Feb 2023 12:28:30 -0700 Subject: [PATCH] Preparing for new release, new version for OH 4 Signed-off-by: Richard Koshak --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 20628e7..575e971 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openhab_rules_tools", - "version": "1.2.1", + "version": "2.0.0", "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.0.0" + "openhab": "^4.1.0" } } \ No newline at end of file