Skip to content

Commit

Permalink
Bump version to 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonOehlman committed Apr 29, 2015
1 parent 3c6efc2 commit c4e8589
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var RS_CONNECTED = 2;
// initialise signaller metadata so we don't have to include the package.json
// TODO: make this checkable with some kind of prepublish script
var metadata = {
version: '6.1.0'
version: '6.2.0'
};

/**
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rtc-signaller",
"version": "6.1.0",
"version": "6.2.0",
"description": "rtc.io transportless signalling for WebRTC",
"directories": {
"test": "test"
Expand Down Expand Up @@ -49,4 +49,4 @@
"bugs": {
"url": "https://github.com/rtc-io/rtc-signaller/issues"
}
}
}

0 comments on commit c4e8589

Please sign in to comment.