Skip to content

Commit

Permalink
Release 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Apr 5, 2012
1 parent a426cb5 commit ad6c148
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 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.5 / 2012-04-05
==================

* Bumped version.

0.9.4 / 2012-04-01
==================

Expand Down
4 changes: 2 additions & 2 deletions dist/socket.io.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Socket.IO.js build:0.9.4, development. Copyright(c) 2011 LearnBoost <dev@learnboost.com> MIT Licensed */
/*! Socket.IO.js build:0.9.5, development. Copyright(c) 2011 LearnBoost <dev@learnboost.com> MIT Licensed */

/**
* socket.io
Expand All @@ -22,7 +22,7 @@
* @api public
*/

io.version = '0.9.4';
io.version = '0.9.5';

/**
* 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 Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @api public
*/

io.version = '0.9.4';
io.version = '0.9.5';

/**
* Protocol implemented.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "socket.io-client"
, "description": "Socket.IO client for the browser and node.js"
, "version": "0.9.4"
, "version": "0.9.5"
, "main" : "./lib/io.js"
, "browserify": "./dist/socket.io.js"
, "homepage": "http://socket.io"
Expand All @@ -28,8 +28,8 @@
, "express": "2.5.x"
, "jade": "*"
, "stylus": "*"
, "socket.io": "0.9.4"
, "socket.io-client": "0.9.4"
, "socket.io": "0.9.5"
, "socket.io-client": "0.9.5"
}
, "engines": { "node": ">= 0.4.0" }
}

0 comments on commit ad6c148

Please sign in to comment.