summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <aearly@fluid.com>2016-01-07 16:04:56 -0800
committerAlexander Early <aearly@fluid.com>2016-01-07 16:04:56 -0800
commit9ab5c67b7cb3a4c3dad4a2d4552a2f6775545d6c (patch)
tree55d5a3ab1f0ac75dc8bfa9591631b533b8e96435
parent80f1793d2acc58ebbf2f1c17b8f5e35bef00ed9e (diff)
downloadasync-9ab5c67b7cb3a4c3dad4a2d4552a2f6775545d6c.tar.gz
Version 1.5.2v1.5.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 f862c64..0ce24ba 100644
--- a/bower.json
+++ b/bower.json
@@ -52,5 +52,6 @@
],
"authors": [
"Caolan McMahon"
- ]
-} \ No newline at end of file
+ ],
+ "version": "1.5.2"
+}
diff --git a/component.json b/component.json
index a7268e6..103558d 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.5.1",
+ "version": "1.5.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 41042f9..11725e8 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
"dist/async.min.js"
],
"author": "Caolan McMahon",
- "version": "1.5.1",
+ "version": "1.5.2",
"keywords": [
"async",
"callback",
@@ -82,4 +82,4 @@
"tests"
]
}
-} \ No newline at end of file
+}