From b193312ed6b24565bcc38d4b915db294f8c98774 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 13 Jun 2019 17:52:05 -0600 Subject: [PATCH] bump v1.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7cca6e7..7dfc293 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "batchasync", - "version": "1.0.1", + "version": "1.0.2", "description": "Like forEachAsync, or Promise.all(), but handling a bounded number of items at any given time.", "main": "batchasync.js", "scripts": {