Skip to content

Commit

Permalink
Release 0.8.2
Browse files Browse the repository at this point in the history
rauchg committed Aug 29, 2011

Verified

This commit was signed with the committer’s verified signature. The key has expired.
ConiKost Conrad Kostecki
1 parent fcd2552 commit 62feaa3
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.8.2 / 2011-08-29
==================

* Fixed flashsocket detection.

0.8.1 / 2011-08-29
==================

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.8.1, development. Copyright(c) 2011 LearnBoost <[email protected]> MIT Licensed */
/*! Socket.IO.js build:0.8.2, development. Copyright(c) 2011 LearnBoost <[email protected]> MIT Licensed */

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

io.version = '0.8.1';
io.version = '0.8.2';

/**
* Protocol implemented.
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
@@ -21,7 +21,7 @@
* @api public
*/

io.version = '0.8.1';
io.version = '0.8.2';

/**
* Protocol implemented.
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.8.1"
, "version": "0.8.2"
, "main" : "./lib/io.js"
, "browserify": "./dist/socket.io.js"
, "homepage": "http://socket.io"
@@ -27,8 +27,8 @@
, "express": "2.3.11"
, "jade": "0.12.1"
, "stylus": "0.13.3"
, "socket.io": "0.8.1"
, "socket.io-client": "0.8.1"
, "socket.io": "0.8.2"
, "socket.io-client": "0.8.2"
}
, "engines": { "node": ">= 0.4.0" }
}

0 comments on commit 62feaa3

Please sign in to comment.