1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

bump pushover lib to pick up fix

to close #590
This commit is contained in:
Dave Conway-Jones 2019-11-13 21:53:58 +00:00
parent 61c0826261
commit e814c676d2
No known key found for this signature in database
GPG Key ID: 302A6725C594817F

View File

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