From 2dfa1385c3202b571ad0deb6129a64847716bd3f Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Sun, 26 May 2019 14:24:45 +0100 Subject: [PATCH] bump version for pr to get to npm --- social/pushbullet/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/social/pushbullet/package.json b/social/pushbullet/package.json index f967a6fd..c63731d4 100644 --- a/social/pushbullet/package.json +++ b/social/pushbullet/package.json @@ -3,7 +3,7 @@ "version" : "0.0.14", "description" : "A Node-RED node to send alerts via Pushbullet", "dependencies" : { - "pushbullet": "^2.3.0", + "pushbullet": "^2.4.0", "when": "^3.7.8" }, "repository" : {