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

bump xmpp node package version

This commit is contained in:
Dave Conway-Jones 2020-07-16 10:15:49 +01:00
parent e334040dd7
commit 4cabe5ea30
No known key found for this signature in database
GPG Key ID: 302A6725C594817F
2 changed files with 2 additions and 2 deletions

View File

@ -11,5 +11,5 @@
"shadow": true,
"sub": true,
"proto": true,
"esversion": 8
"esversion": 8
}

View File

@ -1,6 +1,6 @@
{
"name": "node-red-node-xmpp",
"version": "0.2.4",
"version": "0.3.0",
"description": "A Node-RED node to talk to an XMPP server",
"dependencies": {
"@xmpp/client": "^0.11.1"