diff options
author | Alexander Early <alexander.early@gmail.com> | 2016-05-05 16:29:49 -0700 |
---|---|---|
committer | Alexander Early <alexander.early@gmail.com> | 2016-05-05 16:29:49 -0700 |
commit | 35a5f38770fb572db3a8c957055ac61812272a78 (patch) | |
tree | 30113b53c63dedc3e0c9d94be0b11884ff1b2015 /package.json | |
parent | a684c1b75645068559516d2fd295e0da342e6b51 (diff) | |
download | async-35a5f38770fb572db3a8c957055ac61812272a78.tar.gz |
Version 2.0.0-rc.4v2.0.0-rc.4
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ae61e55..57503fd 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.0.0-rc.3", + "version": "2.0.0-rc.4", "main": "dist/async.js", "author": "Caolan McMahon", "repository": { |