Skip to content

Commit

Permalink
Release 0.6.16
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Mar 4, 2011
1 parent 1072add commit cfbae2a
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.6.16 / 2011-03-04
===================

* Fixed cross domain xhr-polling in Safari [tifroz]

0.6.15 / 2011-02-23
===================

Expand Down
2 changes: 1 addition & 1 deletion lib/socket.io/index.js
Expand Up @@ -23,4 +23,4 @@ exports.Listener = require('./listener');
* Version
*/

exports.version = '0.6.15';
exports.version = '0.6.16';
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ "name" : "socket.io"
, "description" : "The cross-browser WebSocket"
, "version" : "0.6.15"
, "version" : "0.6.16"
, "author" : "LearnBoost"
, "licenses" :
[ { "type" : "MIT"
Expand Down

0 comments on commit cfbae2a

Please sign in to comment.