Skip to content

Commit

Permalink
Bump version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonOehlman committed Aug 13, 2014
1 parent 6b34865 commit 691adcc
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 @@ -17,7 +17,7 @@ var CLOSE_METHODS = ['close', 'end'];
// 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: '2.4.0'
version: '2.5.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": "2.4.0",
"version": "2.5.0",
"description": "rtc.io transportless signalling for WebRTC",
"directories": {
"test": "test"
Expand Down Expand Up @@ -45,4 +45,4 @@
"files": "test/all.js",
"server": "test/server.js"
}
}
}

0 comments on commit 691adcc

Please sign in to comment.