From 8f2c631410bfb8b9be70df3ca1138e217a5ecced Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 13 Oct 2020 22:38:18 +0100 Subject: [PATCH] Bump pushbullet node version --- 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 a79136be..2463fdcd 100644 --- a/social/pushbullet/package.json +++ b/social/pushbullet/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-node-pushbullet", - "version" : "0.0.16", + "version" : "0.0.17", "description" : "A Node-RED node to send alerts via Pushbullet", "dependencies" : { "pushbullet": "^2.4.0",