Skip to content

Commit 81089a2

Browse files
committed
Release 0.9.17
1 parent 98c1bc8 commit 81089a2

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
0.9.17 / 2014-05-22
3+
===================
4+
5+
* bump
6+
27
0.9.16 / 2013-06-06
38
===================
49

dist/socket.io.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Socket.IO.js build:0.9.16, development. Copyright(c) 2011 LearnBoost <dev@learnboost.com> MIT Licensed */
1+
/*! Socket.IO.js build:0.9.17, development. Copyright(c) 2011 LearnBoost <dev@learnboost.com> MIT Licensed */
22

33
var io = ('undefined' === typeof module ? {} : module.exports);
44
(function() {
@@ -25,7 +25,7 @@ var io = ('undefined' === typeof module ? {} : module.exports);
2525
* @api public
2626
*/
2727

28-
io.version = '0.9.16';
28+
io.version = '0.9.17';
2929

3030
/**
3131
* Protocol implemented.

dist/socket.io.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/io.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* @api public
2222
*/
2323

24-
io.version = '0.9.16';
24+
io.version = '0.9.17';
2525

2626
/**
2727
* Protocol implemented.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "socket.io-client"
33
, "description": "Socket.IO client for the browser and node.js"
4-
, "version": "0.9.16"
4+
, "version": "0.9.17"
55
, "main" : "./lib/io.js"
66
, "browserify": "./dist/socket.io.js"
77
, "homepage": "http://socket.io"
@@ -28,8 +28,7 @@
2828
, "express": "2.5.x"
2929
, "jade": "*"
3030
, "stylus": "*"
31-
, "socket.io": "0.9.16"
32-
, "socket.io-client": "0.9.16"
31+
, "socket.io": "0.9.17"
3332
, "should": "*"
3433
}
3534
, "engines": { "node": ">= 0.4.0" }

0 commit comments

Comments
 (0)