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