diff --git a/package.json b/package.json index bd3833e..0f200fc 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "node-red-contrib-schedex", - "version": "0.5.0", + "version": "0.6.1", "description": "", "main": "index.js", + "keywords": [ "node-red", "router", "switch", "time" ], "scripts": { "test": "mocha -R spec ./tests/test.js" },