Skip to content

Commit

Permalink
Release 0.6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Feb 23, 2011
1 parent 2ee0943 commit 5308452
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

0.6.15 / 2011-02-23
===================

* Fixed memory leak in WebSocket transport [belorion]

0.6.14 / 2011-02-18
===================

Expand Down
2 changes: 1 addition & 1 deletion lib/socket.io/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ exports.Listener = require('./listener');
* Version
*/

exports.version = '0.6.14';
exports.version = '0.6.15';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ "name" : "socket.io"
, "description" : "The cross-browser WebSocket"
, "version" : "0.6.14"
, "version" : "0.6.15"
, "author" : "LearnBoost"
, "licenses" :
[ { "type" : "MIT"
Expand Down

0 comments on commit 5308452

Please sign in to comment.