From 8d2807e70b67c4ad93e4563be86eab7babb0314a Mon Sep 17 00:00:00 2001 From: eashaw Date: Mon, 7 Jun 2021 10:20:56 -0500 Subject: [PATCH] 4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1341b3f..b67cb9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parley", - "version": "4.0.0-1", + "version": "4.0.0", "description": "Practical, lightweight flow control for Node.js. Supports `await`, callbacks and promises.", "main": "lib/parley.js", "scripts": {