Skip to content

Commit c746941

Browse files
committed
version bump to include responses
1 parent 8b760ea commit c746941

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-contrib-webhookrelay",
3-
"version": "0.2.3",
3+
"version": "0.3.0",
44
"description": "General purpose webhook tunnel-based receiver. Process 3rd party webhooks without public IP or configuring NAT/firewall",
55
"main": "webhookrelay/webhookrelay.js",
66
"scripts": {
@@ -28,6 +28,6 @@
2828
},
2929
"homepage": "https://github.com/webhookrelay/node-red-contrib-webhookrelay#readme",
3030
"dependencies": {
31-
"webhookrelay-ws-client": "^0.6.1"
31+
"webhookrelay-ws-client": "^0.7.1"
3232
}
3333
}

0 commit comments

Comments
 (0)