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 110d7c4 commit 4bf6f14
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/socket.io.js
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Socket.IO.js build:0.9.10, development. Copyright(c) 2011 LearnBoost <dev@learnboost.com> MIT Licensed */ /*! Socket.IO.js build:0.9.11, development. Copyright(c) 2011 LearnBoost <dev@learnboost.com> MIT Licensed */


var io = ('undefined' === typeof module ? {} : module.exports); var io = ('undefined' === typeof module ? {} : module.exports);
(function() { (function() {
Expand All @@ -25,7 +25,7 @@ var io = ('undefined' === typeof module ? {} : module.exports);
* @api public * @api public
*/ */


io.version = '0.9.10'; io.version = '0.9.11';


/** /**
* Protocol implemented. * Protocol implemented.
Expand Down
4 changes: 2 additions & 2 deletions dist/socket.io.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/io.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @api public * @api public
*/ */


io.version = '0.9.10'; io.version = '0.9.11';


/** /**
* Protocol implemented. * Protocol implemented.
Expand Down

0 comments on commit 4bf6f14

Please sign in to comment.