diff options
author | Hubert Argasinski <argasinski.hubert@gmail.com> | 2016-10-12 14:15:10 -0400 |
---|---|---|
committer | Hubert Argasinski <argasinski.hubert@gmail.com> | 2016-10-12 14:15:10 -0400 |
commit | 3bcc2ab65b49699d6b99ad00aadc7fe3ac7d4a85 (patch) | |
tree | 2f8a43976f461af215fd2538c20a5ecb85b3996a /package.json | |
parent | 190c9a7742321cea2f4e765856259ea2327dd0e7 (diff) | |
download | async-3bcc2ab65b49699d6b99ad00aadc7fe3ac7d4a85.tar.gz |
Version 2.1.0v2.1.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 06f5794..c834698 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.1", + "version": "2.1.0", "main": "dist/async.js", "author": "Caolan McMahon", "repository": { |