summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2015-08-09 14:10:18 -0400
committerGraeme Yeates <yeatesgraeme@gmail.com>2015-08-09 14:10:18 -0400
commit92f78aebad222d60c13e4299c0e723f2fe2d6611 (patch)
treef6badd7f38ba6031b08d06a5f0e6eecf333c07b0
parent5cef66a79683424dbec7b51f553b394d7209797a (diff)
downloadasync-92f78aebad222d60c13e4299c0e723f2fe2d6611.tar.gz
Version 1.4.2v1.4.2
-rw-r--r--bower.json5
-rw-r--r--component.json4
-rw-r--r--package.json4
3 files changed, 7 insertions, 6 deletions
diff --git a/bower.json b/bower.json
index b2c713a..9c346af 100644
--- a/bower.json
+++ b/bower.json
@@ -51,5 +51,6 @@
],
"authors": [
"Caolan McMahon"
- ]
-} \ No newline at end of file
+ ],
+ "version": "1.4.2"
+}
diff --git a/component.json b/component.json
index a47ea4d..4fc905e 100644
--- a/component.json
+++ b/component.json
@@ -1,7 +1,7 @@
{
"name": "async",
"description": "Higher-order functions and common patterns for asynchronous code",
- "version": "1.4.1",
+ "version": "1.4.2",
"keywords": [
"async",
"callback",
@@ -14,4 +14,4 @@
"scripts": [
"lib/async.js"
]
-} \ No newline at end of file
+}
diff --git a/package.json b/package.json
index 5ab4cbe..f240ea4 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"lib"
],
"author": "Caolan McMahon",
- "version": "1.4.1",
+ "version": "1.4.2",
"keywords": [
"async",
"callback",
@@ -79,4 +79,4 @@
"tests"
]
}
-} \ No newline at end of file
+}