bup version for npm to pick up error handling PR.

This commit is contained in:
Dave Conway-Jones 2020-05-20 14:07:26 +01:00
parent d4d2404578
commit 18afc438da
No known key found for this signature in database
GPG Key ID: 302A6725C594817F
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{
"name" : "node-red-node-pushover",
"version" : "0.0.18",
"version" : "0.0.19",
"description" : "A Node-RED node to send alerts via Pushover",
"dependencies" : {
"pushover-notifications" : "^1.2.1"
"pushover-notifications" : "^1.2.2"
},
"repository" : {
"type":"git",