Skip to content

Commit c4e8589

Browse files
committed
Bump version to 6.2.0
1 parent 3c6efc2 commit c4e8589

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.js

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

2525
/**

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rtc-signaller",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "rtc.io transportless signalling for WebRTC",
55
"directories": {
66
"test": "test"
@@ -49,4 +49,4 @@
4949
"bugs": {
5050
"url": "https://github.com/rtc-io/rtc-signaller/issues"
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)