Skip to content

Commit

Permalink
Merge tag '0.9.13'
Browse files Browse the repository at this point in the history
Release 0.9.13
  • Loading branch information
rauchg committed Dec 13, 2012
2 parents 3af1ad9 + 37690f7 commit 3cbe0f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

0.9.13 / 2012-12-13
===================

* package: fixed `base64id` requirement

0.9.12 / 2012-12-13
===================

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "socket.io"
, "version": "0.9.12"
, "version": "0.9.13"
, "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 @@ -18,6 +18,7 @@
, "dependencies": {
"socket.io-client": "0.9.11"
, "policyfile": "0.0.4"
, "base64id": "0.1.0"
}
, "devDependencies": {
"expresso": "0.9.2"
Expand Down

0 comments on commit 3cbe0f3

Please sign in to comment.