From dbff575e24883e933be35b051ca1bc83a0f3ad99 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Tue, 18 Jul 2017 20:32:50 +0100 Subject: [PATCH] bump email package.json --- social/email/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/social/email/package.json b/social/email/package.json index bdcff9df..2f90f14f 100644 --- a/social/email/package.json +++ b/social/email/package.json @@ -1,6 +1,6 @@ { "name": "node-red-node-email", - "version": "0.1.23", + "version": "0.1.24", "description": "Node-RED nodes to send and receive simple emails", "dependencies": { "nodemailer": "^1.11.0",