diff options
author | Alexander Early <alexander.early@gmail.com> | 2018-05-20 21:34:12 -0700 |
---|---|---|
committer | Alexander Early <alexander.early@gmail.com> | 2018-05-20 21:34:12 -0700 |
commit | 5ed3df1ea15bea422301384ea373a517cf61a9b4 (patch) | |
tree | 2be82c6b2907078214786593e96b9800eca7929b | |
parent | e5d71488376178d65f1ff520ddc58371dcb087be (diff) | |
download | async-5ed3df1ea15bea422301384ea373a517cf61a9b4.tar.gz |
Version 2.6.1v2.6.1
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ae2fad0..547adc6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "async", "description": "Higher-order functions and common patterns for asynchronous code", - "version": "2.6.0", + "version": "2.6.1", "main": "dist/async.js", "author": "Caolan McMahon", "homepage": "https://caolan.github.io/async/", |