update Stomp to support v1.1

Thanks @ozomer - to close #141
This commit is contained in:
Dave Conway-Jones
2015-12-17 17:15:01 +00:00
parent f74a2f4d04
commit 5f1513bed3
3 changed files with 107 additions and 65 deletions

View File

@@ -1,9 +1,9 @@
{
"name" : "node-red-node-stomp",
"version" : "0.0.7",
"version" : "0.0.8",
"description" : "A Node-RED node to publish and subscribe to/from a Stomp server",
"dependencies" : {
"stomp-client" : "0.6.*"
"stomp-client" : "0.8.*"
},
"repository" : {
"type":"git",