Skip to content

Commit

Permalink
Release 0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Nov 2, 2012
1 parent 2030cf1 commit 3b7224c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

0.9.11 / 2012-11-02
===================

* package: move redis to optionalDependenices [3rd-Eden]
* bumped client

0.9.10 / 2012-08-10
===================

Expand Down
2 changes: 1 addition & 1 deletion lib/socket.io.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var client = require('socket.io-client');
* Version.
*/

exports.version = '0.9.10';
exports.version = '0.9.11';

/**
* Supported protocol version.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "socket.io"
, "version": "0.9.10"
, "version": "0.9.11"
, "description": "Real-time 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 3b7224c

Please sign in to comment.