diff options
author | Graeme Yeates <yeatesgraeme@gmail.com> | 2016-05-16 16:14:55 -0400 |
---|---|---|
committer | Graeme Yeates <yeatesgraeme@gmail.com> | 2016-05-16 16:14:55 -0400 |
commit | 41c43efb76c840c61765cc6cacf5922eb5fbf4d2 (patch) | |
tree | d189c3b183d8518511abe4ba65bc1774c5acc342 /component.json | |
parent | 2e5351260b98345eed597e5da62c0a580d980b1a (diff) | |
download | async-2.0.0-rc.5.tar.gz |
Version 2.0.0-rc.5v2.0.0-rc.5
Diffstat (limited to 'component.json')
-rw-r--r-- | component.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/component.json b/component.json index 13ac09e..c9ecb4c 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "async", "description": "Higher-order functions and common patterns for asynchronous code", - "version": "2.0.0-rc.4", + "version": "2.0.0-rc.5", "keywords": [ "async", "callback", |