Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1679fd5

Browse files
committed
Release 0.9.8
1 parent bb900d4 commit 1679fd5

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.9.8 / 2012-07-24
3+
==================
4+
5+
* Bumped client.
6+
27
0.9.7 / 2012-07-24
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.9.5';
18+
exports.version = '0.9.8';
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.9.7"
3+
, "version": "0.9.8"
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.git"
1717
}
1818
, "dependencies": {
19-
"socket.io-client": "0.9.7"
19+
"socket.io-client": "0.9.8"
2020
, "policyfile": "0.0.4"
2121
, "redis": "0.7.2"
2222
}

0 commit comments

Comments
 (0)