Skip to content

Commit

Permalink
Bump version to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonOehlman committed Oct 28, 2014
1 parent 0b7f4b0 commit 2e7e784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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: '5.0.0'
version: '5.1.0'
};

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rtc-signaller",
"version": "5.0.0",
"version": "5.1.0",
"description": "rtc.io transportless signalling for WebRTC",
"directories": {
"test": "test"
Expand Down

0 comments on commit 2e7e784

Please sign in to comment.