Skip to content

Commit

Permalink
Release 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jun 30, 2011
1 parent 40c1f8d commit af2d9f2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@

0.7.4 / 2011-06-30
==================

* Fixed; only clear handlers if they were set. [level09]

0.7.3 / 2011-06-30
==================

Expand Down
4 changes: 0 additions & 4 deletions examples/chat/app.js
Expand Up @@ -62,11 +62,7 @@ var io = sio.listen(app)
, nicknames = {};

io.set('transports', [
'websocket'
, 'flashsocket'
, 'htmlfile'
, 'xhr-polling'
, 'jsonp-polling'
]);

io.sockets.on('connection', function (socket) {
Expand Down
2 changes: 1 addition & 1 deletion lib/socket.io.js
Expand Up @@ -15,7 +15,7 @@ var client = require('socket.io-client');
* Version.
*/

exports.version = '0.7.3';
exports.version = '0.7.4';

/**
* Supported protocol version.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "socket.io"
, "version": "0.7.3"
, "version": "0.7.4"
, "description": "Realtime apps made cross-browser & easy with a WebSocket-like API"
, "homepage": "http://socket.io"
, "keywords": ["websocket", "socket", "realtime", "socket.io", "comet", "ajax"]
Expand Down

0 comments on commit af2d9f2

Please sign in to comment.