Skip to content

Commit

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

0.7.6 / 2011-06-30
==================

* Fixed general dispatching when a client has closed.

0.7.5 / 2011-06-30
==================

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.5';
exports.version = '0.7.6';

/**
* Supported protocol version.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "socket.io"
, "version": "0.7.5"
, "version": "0.7.6"
, "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

1 comment on commit a483f9c

@nyxtom
Copy link
Contributor

@nyxtom nyxtom commented on a483f9c Jun 30, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So many releases in one day haha.

Please sign in to comment.