bump package versions (heatmiser, arduino, pushover)

This commit is contained in:
Dave Conway-Jones
2016-11-26 21:22:18 +00:00
parent c86fdc839a
commit fcc1fcfca8
5 changed files with 5 additions and 6 deletions

View File

@@ -72,7 +72,6 @@
<p>Optionally uses <code>msg.topic</code> to set the title, <code>msg.device</code> to set the device,
<code>msg.priority</code> to set the priority, <code>msg.url</code> to add a web address and <code>msg.url_title</code>
to add a url title if not already set in the properties.</p>
<p>The User-key and API-token are stored in a separate credentials file.</p>
<p>Uses Pushover. See <i><a href="https://pushover.net" target="_new">this link</a></i> for more details.</p>
</script>

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-pushover",
"version" : "0.0.10",
"version" : "0.0.11",
"description" : "A Node-RED node to send alerts via Pushover",
"dependencies" : {
"pushover-notifications" : "~0.2.3"