Skip to content

Commit 2e7e784

Browse files
committed
Bump version to 5.1.0
1 parent 0b7f4b0 commit 2e7e784

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var RS_CONNECTED = 2;
1818
// initialise signaller metadata so we don't have to include the package.json
1919
// TODO: make this checkable with some kind of prepublish script
2020
var metadata = {
21-
version: '5.0.0'
21+
version: '5.1.0'
2222
};
2323

2424
/**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rtc-signaller",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "rtc.io transportless signalling for WebRTC",
55
"directories": {
66
"test": "test"

0 commit comments

Comments
 (0)