summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Argasinski <argasinski.hubert@gmail.com>2022-06-06 23:57:13 -0400
committerHubert Argasinski <argasinski.hubert@gmail.com>2022-06-06 23:57:13 -0400
commitf3ab51af76ca87ebe3ec67b3dd6dec4959e04816 (patch)
tree0d2ffc73091d73298d8aad0410dceb5ed4abfb38
parent7ea2cec7398b33a15daf5c3bd9bda6ae78caf297 (diff)
downloadasync-f3ab51af76ca87ebe3ec67b3dd6dec4959e04816.tar.gz
Version 3.2.4v3.2.4
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index de96667..36e0e7b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "async",
"description": "Higher-order functions and common patterns for asynchronous code",
- "version": "3.2.3",
+ "version": "3.2.4",
"main": "dist/async.js",
"author": "Caolan McMahon",
"homepage": "https://caolan.github.io/async/",