Skip to content

Commit 43d5818

Browse files
committed
Rebuild client
1 parent 2066ddd commit 43d5818

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

support/socket.io-client/lib/io.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var io = this.io = {
1212
/**
1313
* Library version.
1414
*/
15-
version: '0.6.2',
15+
version: '0.6.3',
1616

1717
/**
1818
* Updates the location of the WebSocketMain.swf file that is required for the Flashsocket transport.
@@ -43,4 +43,4 @@ if (typeof window != 'undefined'){
4343
// WEB_SOCKET_SWF_LOCATION = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//cdn.socket.io/' + this.io.version + '/WebSocketMain.swf';
4444
if (typeof WEB_SOCKET_SWF_LOCATION === 'undefined')
4545
WEB_SOCKET_SWF_LOCATION = '/socket.io/lib/vendor/web-socket-js/WebSocketMain.swf';
46-
}
46+
}

support/socket.io-client/socket.io.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** Socket.IO 0.6.2 - Built with build.js */
1+
/** Socket.IO 0.6.3 - Built with build.js */
22
/**
33
* socket.io-node-client
44
* Copyright(c) 2011 LearnBoost <[email protected]>
@@ -13,7 +13,7 @@ var io = this.io = {
1313
/**
1414
* Library version.
1515
*/
16-
version: '0.6.2',
16+
version: '0.6.3',
1717

1818
/**
1919
* Updates the location of the WebSocketMain.swf file that is required for the Flashsocket transport.
@@ -45,6 +45,7 @@ if (typeof window != 'undefined'){
4545
if (typeof WEB_SOCKET_SWF_LOCATION === 'undefined')
4646
WEB_SOCKET_SWF_LOCATION = '/socket.io/lib/vendor/web-socket-js/WebSocketMain.swf';
4747
}
48+
4849
/**
4950
* socket.io-node-client
5051
* Copyright(c) 2011 LearnBoost <[email protected]>

0 commit comments

Comments
 (0)