From dfcb9865f8208d1a2969431165b2b318375f7f2b Mon Sep 17 00:00:00 2001 From: Richard Koshak Date: Tue, 30 Aug 2022 15:05:47 -0600 Subject: [PATCH] Move to version 1.1.2 Signed-off-by: Richard Koshak --- package.json | 43 +++++++++++++++++++++---------------------- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index d70de8e..6070ebb 100755 --- a/package.json +++ b/package.json @@ -1,24 +1,23 @@ { - "name": "openhab_rules_tools", - "version": "1.1.0", - "description": "Functions and classes to make writing openHAB rules in JS Scripting easier.", - "private": false, - "license": "EPL-2.0", - "main": "index.js", - "repository": { - "type": "git", - "url": "git+https://github.com/rkoshak/openhab-rules-tools.git#main" - }, - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "keywords": [ - "openHAB", - "JSScripting" - ], - "author": "Richard Koshak", - "bugs": { - "url": "https://github.com/rkoshak/openhab-rules-tools/issues" - } + "name": "openhab_rules_tools", + "version": "1.1.2", + "description": "Functions and classes to make writing openHAB rules in JS Scripting easier.", + "private": false, + "license": "EPL-2.0", + "main": "index.js", + "repository": { + "type": "git", + "url": "git+https://github.com/rkoshak/openhab-rules-tools.git#main" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [ + "openHAB", + "JSScripting" + ], + "author": "Richard Koshak", + "bugs": { + "url": "https://github.com/rkoshak/openhab-rules-tools/issues" } - +} \ No newline at end of file