From 089667f3c0117ea50da98707a2537da14a985e2f Mon Sep 17 00:00:00 2001 From: sunshine1988 <291400733@qq.com> Date: Sat, 5 Jan 2013 19:26:45 +0800 Subject: [PATCH] ver to 0.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 62a428e..c496937 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "sunshine1988 <291400733@qq.com> (www.inodejs.net)", "name": "algorithm.js", "description": "using js to achieve some algorithms", - "version": "0.1.0", + "version": "0.1.1", "scripts": { "test": "mocha --reporter spec" },