From 5268ddc0895864eb487aedab02312b6d0c78de8a Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Wed, 24 Apr 2019 16:14:38 -0500 Subject: [PATCH] 3.8.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ae2788..f50a9b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parley", - "version": "3.8.2", + "version": "3.8.3", "description": "Practical, lightweight flow control for Node.js. Supports `await`, callbacks and promises.", "main": "lib/parley.js", "scripts": {