Release 0.9.1

This commit is contained in:
Guillermo Rauch
2012-03-02 08:20:38 -03:00
parent 97b04c4152
commit c0e2c3012f
3 changed files with 10 additions and 3 deletions

View File

@@ -1,4 +1,11 @@
0.9.1 / 2012-03-02
==================
* Changed heartbeat timeout and interval defaults (60 and 25 seconds)
* Make tests work both on 0.4 and 0.6
* Updated client (improvements + bug fixes).
0.9.0 / 2012-02-26
==================

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "socket.io"
, "version": "0.9.0"
, "version": "0.9.1"
, "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.0"
"socket.io-client": "0.9.1"
, "policyfile": "0.0.4"
, "redis": "0.6.7"
}