From 91f39f4652cc5b27ab3dbf4205bc5d3f32411031 Mon Sep 17 00:00:00 2001 From: Miao Jiang Date: Wed, 20 Feb 2013 02:59:40 +0800 Subject: [PATCH] bump version to v0.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b3a6e1..86dd37f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-curl", - "version": "0.2.0", + "version": "0.2.1", "author" : "Jiang Miao ", "description": "node wrapper for multi curl, fully implemented.", "keywords" : ["node-curl", "curl", "multi-curl", "mcurl"],