Skip to content

Commit

Permalink
Release 0.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Feb 10, 2011
1 parent e79bdb0 commit 4b0a1f2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
@@ -1,4 +1,10 @@

0.6.10 / 2011-02-09
===================

* Added SSL chat example (`make example-ssl`)
* Fixed; possible write errors when a connection error event fires

0.6.9 / 2011-02-06
==================

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.9';
exports.version = '0.6.10';
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ "name" : "socket.io"
, "description" : "The cross-browser WebSocket"
, "version" : "0.6.9"
, "version" : "0.6.10"
, "author" : "LearnBoost"
, "licenses" :
[ { "type" : "MIT"
Expand Down

0 comments on commit 4b0a1f2

Please sign in to comment.