Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Build 0.1.5
  • Loading branch information
rauchg committed Apr 2, 2010
1 parent cd54ade commit f2079f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions socket.io.js
@@ -1,4 +1,4 @@
/** Socket.IO 0.1.4 - Built with build.js */
/** Socket.IO 0.1.5 - Built with build.js */
/**
* Socket.IO client
*
Expand All @@ -8,7 +8,7 @@
*/

this.io = {
version: '0.1.4',
version: '0.1.5',

setPath: function(path){
this.path = /\/$/.test(path) ? path : path + '/';
Expand Down

0 comments on commit f2079f1

Please sign in to comment.