summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",