Compare commits

...

1 Commits
0.8.1 ... 0.8.2

Author SHA1 Message Date
Guillermo Rauch
2c5fa40c0d Release 0.8.2 2011-08-29 10:36:23 -07:00
3 changed files with 8 additions and 3 deletions

View File

@@ -1,4 +1,9 @@
0.8.2 / 2011-08-29
==================
* Updated client.
0.8.1 / 2011-08-29
==================

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "socket.io"
, "version": "0.8.1"
, "version": "0.8.2"
, "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-node.git"
}
, "dependencies": {
"socket.io-client": "0.8.1"
"socket.io-client": "0.8.2"
, "policyfile": "0.0.4"
, "redis": "0.6.6"
}