Compare commits

...

2 Commits
0.8.3 ... 0.8.4

Author SHA1 Message Date
Guillermo Rauch
9e6f58fe27 Release 0.8.4 2011-09-06 07:48:14 -07:00
Guillermo Rauch
e3fb39da3d Corrected comment; (fixes #433) 2011-09-03 14:33:00 -07:00
3 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ var client = require('socket.io-client');
* Version.
*/
exports.version = '0.8.3';
exports.version = '0.8.4';
/**
* Supported protocol version.

View File

@@ -167,7 +167,7 @@ Socket.prototype.join = function (name, fn) {
};
/**
* Joins a user to a room.
* Un-joins a user from a room.
*
* @api public
*/

View File

@@ -1,6 +1,6 @@
{
"name": "socket.io"
, "version": "0.8.3"
, "version": "0.8.4"
, "description": "Real-time apps made cross-browser & easy with a WebSocket-like API"
, "homepage": "http://socket.io"
, "keywords": ["websocket", "socket", "realtime", "socket.io", "comet", "ajax"]
@@ -16,7 +16,7 @@
, "url": "https://github.com/LearnBoost/socket.io.git"
}
, "dependencies": {
"socket.io-client": "0.8.3"
"socket.io-client": "0.8.4"
, "policyfile": "0.0.4"
, "redis": "0.6.6"
}