Skip to content

Commit

Permalink
Release 0.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Feb 22, 2011
1 parent c306a3c commit 023566e
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.14 / 2011-02-18
===================

* Fixed logging scope issue [shripad]

0.6.13 / 2011-02-18 0.6.13 / 2011-02-18
=================== ===================


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


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

0 comments on commit 023566e

Please sign in to comment.