From a31c267e83864ecaa71845890a233ca9bbb59629 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Fri, 12 Aug 2011 06:56:26 -0700 Subject: [PATCH] Bumped version. --- lib/socket.io.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/socket.io.js b/lib/socket.io.js index ccbd03e3..55870b5d 100644 --- a/lib/socket.io.js +++ b/lib/socket.io.js @@ -15,7 +15,7 @@ var client = require('socket.io-client'); * Version. */ -exports.version = '0.7.8'; +exports.version = '0.7.9'; /** * Supported protocol version.