Skip to content

Commit

Permalink
Fixed bug in version checking
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Koshak <[email protected]>
  • Loading branch information
rkoshak committed Feb 23, 2023
1 parent 2df8803 commit c856f4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions helpers.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const { actions, time, utils } = require('openhab');
const VERSION = require('./package.json').version;

/**
* Utility function to create a named timer.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openhab_rules_tools",
"version": "2.0.0",
"version": "2.0.1",
"description": "Functions and classes to make writing openHAB rules in JS Scripting easier.",
"private": false,
"license": "EPL-2.0",
Expand Down

0 comments on commit c856f4c

Please sign in to comment.