From fb0b8801c09f9c6592a8ad3173919c7853985e4d Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 25 Apr 2020 00:31:24 +0800 Subject: [PATCH] 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c2fe24..97f0e90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p-times", - "version": "2.1.0", + "version": "3.0.0", "description": "Run promise-returning & async functions a specific number of times concurrently", "license": "MIT", "repository": "sindresorhus/p-times",