From a9a4ef9bf95eaeb94343c9eed967b2fb55544340 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Wed, 24 Oct 2018 15:31:11 +0100 Subject: [PATCH] bump rbe, email, twitter nodes --- function/rbe/package.json | 2 +- social/email/package.json | 2 +- social/twitter/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/function/rbe/package.json b/function/rbe/package.json index 1d818f94..bb0c4a8b 100644 --- a/function/rbe/package.json +++ b/function/rbe/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-node-rbe", - "version" : "0.2.3", + "version" : "0.2.4", "description" : "A Node-RED node that provides report-by-exception (RBE) and deadband capability.", "dependencies" : { }, diff --git a/social/email/package.json b/social/email/package.json index 33476201..49993ccd 100644 --- a/social/email/package.json +++ b/social/email/package.json @@ -1,6 +1,6 @@ { "name": "node-red-node-email", - "version": "1.0.4", + "version": "1.0.5", "description": "Node-RED nodes to send and receive simple emails", "dependencies": { "imap": "^0.8.19", diff --git a/social/twitter/package.json b/social/twitter/package.json index 13b1e8ed..4d994fa6 100644 --- a/social/twitter/package.json +++ b/social/twitter/package.json @@ -1,6 +1,6 @@ { "name": "node-red-node-twitter", - "version": "1.1.3", + "version": "1.1.4", "description": "A Node-RED node to talk to Twitter", "dependencies": { "twitter-ng": "0.6.2",