Skip to content

Commit

Permalink
Release 0.9.15
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jun 6, 2013
1 parent 4e1ba9f commit 64d8f57
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

0.9.15 / 2013-06-06
===================

* transports: added escaping to htmlfile (fixes #1251)

0.9.14 / 2013-03-29
===================

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.11';
exports.version = '0.9.15';

/**
* Supported protocol version.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "socket.io"
, "version": "0.9.14"
, "version": "0.9.15"
, "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 All @@ -16,7 +16,7 @@
, "url": "https://github.com/LearnBoost/socket.io.git"
}
, "dependencies": {
"socket.io-client": "0.9.11"
"socket.io-client": "0.9.15"
, "policyfile": "0.0.4"
, "base64id": "0.1.0"
}
Expand Down

0 comments on commit 64d8f57

Please sign in to comment.