Skip to content

Commit 84f0099

Browse files
committed
Release 0.7.5
1 parent c6a883c commit 84f0099

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
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.5 / 2011-06-30
3+
==================
4+
5+
* Fixed dispatching to clients that are disconnected.
6+
27
0.7.4 / 2011-06-30
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.4';
18+
exports.version = '0.7.5';
1919

2020
/**
2121
* Supported protocol version.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io"
3-
, "version": "0.7.4"
3+
, "version": "0.7.5"
44
, "description": "Realtime apps made cross-browser & easy with a WebSocket-like API"
55
, "homepage": "http://socket.io"
66
, "keywords": ["websocket", "socket", "realtime", "socket.io", "comet", "ajax"]

0 commit comments

Comments
 (0)