Compare commits

...

1 Commits
0.9.7 ... 0.9.8

Author SHA1 Message Date
Guillermo Rauch
1679fd564c Release 0.9.8 2012-07-24 17:36:30 -07:00
3 changed files with 8 additions and 3 deletions

View File

@@ -1,4 +1,9 @@
0.9.8 / 2012-07-24
==================
* Bumped client.
0.9.7 / 2012-07-24
==================

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "socket.io"
, "version": "0.9.7"
, "version": "0.9.8"
, "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.9.7"
"socket.io-client": "0.9.8"
, "policyfile": "0.0.4"
, "redis": "0.7.2"
}