From 5c6e4b0b493bfe739ec51c6607c13eeb9f69f8ce Mon Sep 17 00:00:00 2001 From: Miao Jiang Date: Wed, 10 Apr 2013 16:36:59 +0800 Subject: [PATCH] Bump version to 0.3.1. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 322856e..33b3cd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-curl", - "version": "0.3.0", + "version": "0.3.1", "author" : "Jiang Miao ", "description": "node wrapper for multi curl, fully implemented.", "keywords" : ["node-curl", "curl", "multi-curl", "mcurl"],