Skip to content

Commit

Permalink
Release 0.6.18
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed May 16, 2011
1 parent db50f3e commit 2066ddd
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.18 / 2011-05-16
===================

* Updated client with multiple fixes.
* Fixed returning 'ws' for location even when the client connects via 'wss'.

0.6.17 / 2011-03-30
==================

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.17';
exports.version = '0.6.18';
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "socket.io"
, "description": "The cross-browser WebSocket"
, "version": "0.6.17"
, "version": "0.6.18"
, "author": "Guillermo Rauch <guillermo@learnboost.com>"
, "contributors": [
{ "name": "Guillermo Rauch", "email": "rauchg@gmail.com" }
Expand Down

0 comments on commit 2066ddd

Please sign in to comment.