Skip to content

Commit cfbae2a

Browse files
committed
Release 0.6.16
1 parent 1072add commit cfbae2a

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.6.16 / 2011-03-04
3+
===================
4+
5+
* Fixed cross domain xhr-polling in Safari [tifroz]
6+
27
0.6.15 / 2011-02-23
38
===================
49

lib/socket.io/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ exports.Listener = require('./listener');
2323
* Version
2424
*/
2525

26-
exports.version = '0.6.15';
26+
exports.version = '0.6.16';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ "name" : "socket.io"
22
, "description" : "The cross-browser WebSocket"
3-
, "version" : "0.6.15"
3+
, "version" : "0.6.16"
44
, "author" : "LearnBoost"
55
, "licenses" :
66
[ { "type" : "MIT"

0 commit comments

Comments
 (0)