Skip to content

Commit 2c5fa40

Browse files
committed
Release 0.8.2
1 parent 0b61eda commit 2c5fa40

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

History.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
0.8.2 / 2011-08-29
3+
==================
4+
5+
* Updated client.
6+
27
0.8.1 / 2011-08-29
38
==================
49

lib/socket.io.js

+1-1
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.8.1';
18+
exports.version = '0.8.2';
1919

2020
/**
2121
* Supported protocol version.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io"
3-
, "version": "0.8.1"
3+
, "version": "0.8.2"
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"]
@@ -16,7 +16,7 @@
1616
, "url": "https://github.com/LearnBoost/Socket.IO-node.git"
1717
}
1818
, "dependencies": {
19-
"socket.io-client": "0.8.1"
19+
"socket.io-client": "0.8.2"
2020
, "policyfile": "0.0.4"
2121
, "redis": "0.6.6"
2222
}

0 commit comments

Comments
 (0)