Skip to content

Commit

Permalink
Release 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Apr 17, 2012
1 parent e98fc7b commit dbe6d5f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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.6 / 2012-04-17
==================

* Fixed XSS in jsonp-polling.

0.9.5 / 2012-04-05
==================

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.5"
, "version": "0.9.6"
, "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.5"
"socket.io-client": "0.9.6"
, "policyfile": "0.0.4"
, "redis": "0.6.7"
}
Expand Down

0 comments on commit dbe6d5f

Please sign in to comment.