From 94cef17bf8f3bab2f20ec2d8b18d6a64e269a9c6 Mon Sep 17 00:00:00 2001 From: "jiangfriend@gmail.com" Date: Fri, 17 Feb 2012 22:21:03 +0800 Subject: [PATCH] bump to version 0.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b85fb4..aac4e5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-curl", - "version": "0.1.0", + "version": "0.1.1", "author" : "Jiang Miao ", "description": "node wrapper for multi curl, fully implemented.", "keywords" : ["node-curl", "curl", "multi-curl", "mcurl"],