Bump stomp for status PR #987

This commit is contained in:
Dave Conway-Jones 2023-04-11 14:37:47 +01:00
parent b4d80b86e3
commit dd6bfc6f51
No known key found for this signature in database
GPG Key ID: 1DDB0E91A28C2643
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-stomp",
"version" : "0.0.13",
"version" : "0.0.14",
"description" : "A Node-RED node to publish and subscribe to/from a Stomp server",
"dependencies" : {
"stomp-client" : "^0.9.0"
@ -19,7 +19,7 @@
},
"author": {
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"email": "dceejay@gmail.com",
"url": "http://nodered.org"
}
}