bump nma, prowl, pushover package.json files to republish to npm

This commit is contained in:
dceejay 2015-02-19 12:59:07 +00:00
parent 85f541d346
commit f550024bb2
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-nma",
"version" : "0.0.3",
"version" : "0.0.4",
"description" : "A Node-RED node to send alerts via Notify-My-Android",
"dependencies" : {
"nma" : "0.2.2"

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-prowl",
"version" : "0.0.2",
"version" : "0.0.3",
"description" : "A Node-RED node to send alerts via Prowl",
"dependencies" : {
"node-prowl" : "0.1.7"

View File

@ -1,9 +1,9 @@
{
"name" : "node-red-node-pushover",
"version" : "0.0.2",
"version" : "0.0.3",
"description" : "A Node-RED node to send alerts via Pushover",
"dependencies" : {
"pushover-notifications" : "0.2.0"
"pushover-notifications" : "0.2.2"
},
"repository" : {
"type":"git",