From 4d1206e99428f929a4573b701c42ac0e67d142a1 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Fri, 22 Aug 2014 21:34:40 -0700 Subject: [PATCH] Release: 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f6578a..29acf4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "async-settle", - "version": "0.1.0", + "version": "0.2.0", "description": "Settle your async functions - when you need to know all your parallel functions are complete (success or failure)", "main": "index.js", "directories": {