Skip to content

Commit 0c31d6e

Browse files
committed
Release 0.7.11
1 parent 42904cb commit 0c31d6e

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
0.7.11 / 2011-08-27
3+
===================
4+
5+
* Updated socket.io-client.
6+
27
0.7.10 / 2011-08-27
38
===================
49

lib/socket.io.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var client = require('socket.io-client');
1515
* Version.
1616
*/
1717

18-
exports.version = '0.7.10';
18+
exports.version = '0.7.11';
1919

2020
/**
2121
* Supported protocol version.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io"
3-
, "version": "0.7.10"
3+
, "version": "0.7.11"
44
, "description": "Real-time apps made cross-browser & easy with a WebSocket-like API"
55
, "homepage": "http://socket.io"
66
, "keywords": ["websocket", "socket", "realtime", "socket.io", "comet", "ajax"]
@@ -15,7 +15,7 @@
1515
, "url": "https://github.com/LearnBoost/Socket.IO-node.git"
1616
}
1717
, "dependencies": {
18-
"socket.io-client": "0.7.10"
18+
"socket.io-client": "0.7.11"
1919
, "policyfile": "0.0.4"
2020
, "redis": "0.6.6"
2121
}

0 commit comments

Comments
 (0)