Skip to content

Commit

Permalink
bump xmpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Conway-Jones committed Jan 29, 2021
1 parent fc2f6ed commit 77fac03
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions social/xmpp/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "node-red-node-xmpp",
"version": "0.3.1",
"version": "0.3.2",
"description": "A Node-RED node to talk to an XMPP server",
"dependencies": {
"@xmpp/client": "^0.11.1"
"@xmpp/client": "^0.12.0"
},
"bundledDependencies": [
"@xmpp/client"
],
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes/tree/master/social/xmpp"
Expand Down

0 comments on commit 77fac03

Please sign in to comment.