From 8c39ca5e44e28a26600abf6b5cf412ebbbb19321 Mon Sep 17 00:00:00 2001 From: einaros Date: Sat, 4 Feb 2012 12:40:44 +0100 Subject: [PATCH] bump --- package.json | 2 +- wscript | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 53af98726..2daa8c231 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Einar Otto Stangvik (http://2x.io)", "name": "ws", "description": "simple and very fast websocket protocol client for node.js", - "version": "0.4.1", + "version": "0.4.2", "repository": { "type": "git", "url": "git://github.com/einaros/ws.git" diff --git a/wscript b/wscript index b684ba9da..53b322cae 100644 --- a/wscript +++ b/wscript @@ -1,6 +1,6 @@ srcdir = '.' blddir = 'build' -VERSION = '0.4.1' +VERSION = '0.4.2' def set_options(opt): opt.tool_options('compiler_cxx')