Skip to content

Commit 2066ddd

Browse files
committed
Release 0.6.18
1 parent db50f3e commit 2066ddd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

History.md

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

2+
0.6.18 / 2011-05-16
3+
===================
4+
5+
* Updated client with multiple fixes.
6+
* Fixed returning 'ws' for location even when the client connects via 'wss'.
7+
28
0.6.17 / 2011-03-30
39
==================
410

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.17';
26+
exports.version = '0.6.18';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "socket.io"
33
, "description": "The cross-browser WebSocket"
4-
, "version": "0.6.17"
4+
, "version": "0.6.18"
55
, "author": "Guillermo Rauch <[email protected]>"
66
, "contributors": [
77
{ "name": "Guillermo Rauch", "email": "[email protected]" }

0 commit comments

Comments
 (0)