We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7f4b0 commit 2e7e784Copy full SHA for 2e7e784
index.js
@@ -18,7 +18,7 @@ var RS_CONNECTED = 2;
18
// initialise signaller metadata so we don't have to include the package.json
19
// TODO: make this checkable with some kind of prepublish script
20
var metadata = {
21
- version: '5.0.0'
+ version: '5.1.0'
22
};
23
24
/**
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rtc-signaller",
3
- "version": "5.0.0",
+ "version": "5.1.0",
4
"description": "rtc.io transportless signalling for WebRTC",
5
"directories": {
6
"test": "test"
0 commit comments