summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeau Gunderson <beau@beaugunderson.com>2014-12-18 12:55:26 -0800
committerBeau Gunderson <beau@beaugunderson.com>2014-12-18 12:55:26 -0800
commitbaee7a647e77195ee897caf1e17374eae473e517 (patch)
tree8134a6cd92f5336c3a7a572b350a0815538c640e
parent608486600bdbff4317ac26a74ee96d44d188cb95 (diff)
downloadasync-baee7a647e77195ee897caf1e17374eae473e517.tar.gz
0.9.20.9.2
-rw-r--r--bower.json2
-rw-r--r--component.json2
-rw-r--r--package.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/bower.json b/bower.json
index b37c30e..e6f1b42 100644
--- a/bower.json
+++ b/bower.json
@@ -1,7 +1,7 @@
{
"name": "async",
"description": "Higher-order functions and common patterns for asynchronous code",
- "version": "0.9.1",
+ "version": "0.9.2",
"main": "lib/async.js",
"keywords": [
"async",
diff --git a/component.json b/component.json
index 97399fe..5003a7c 100644
--- a/component.json
+++ b/component.json
@@ -1,7 +1,7 @@
{
"name": "async",
"description": "Higher-order functions and common patterns for asynchronous code",
- "version": "0.9.1",
+ "version": "0.9.2",
"keywords": [
"async",
"callback",
diff --git a/package.json b/package.json
index f07f671..f5debe2 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": "0.9.1",
+ "version": "0.9.2",
"keywords": [
"async",
"callback",