diff options
author | Alexander Early <aearly@fluid.com> | 2015-06-02 13:56:39 -0700 |
---|---|---|
committer | Alexander Early <aearly@fluid.com> | 2015-06-02 13:56:39 -0700 |
commit | ff3bd90be6b862a11d0e4a11eb72a6985c26c5af (patch) | |
tree | 837e62aaa51463adfaf75b2462bf70399bf0ee1f /package.json | |
parent | 0541022754b554c12602defb4dac592ba88a76ee (diff) | |
download | async-ff3bd90be6b862a11d0e4a11eb72a6985c26c5af.tar.gz |
1.2.0v1.2.0
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 cbeae06..b1cecc7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Higher-order functions and common patterns for asynchronous code", "main": "lib/async.js", "author": "Caolan McMahon", - "version": "1.1.0", + "version": "1.2.0", "keywords": [ "async", "callback", |