From 55fac0c9e565a3254768f40eb6eb465366c40f5b Mon Sep 17 00:00:00 2001 From: Pavol Bielik Date: Mon, 26 Jan 2015 20:07:55 +0100 Subject: [PATCH] update version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e391f81d..e3ac8d4d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "JavaScript tool that renames variables and parameters to names based on statistical model learnt from thousands of open source projects", "homepage": "https://github.com/eth-srl/UnuglifyJS", "main": "tools/node.js", - "version": "0.9.0", + "version": "0.9.1", "engines": { "node" : ">=0.4.0" }, "maintainers": [{ "name": "Pavol Bielik",