summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2016-01-02 15:38:10 -0800
committerAlexander Early <alexander.early@gmail.com>2016-01-02 15:38:10 -0800
commit625a2e11fa0604a52aaec57acb6075c49325f4a9 (patch)
tree0cd696fb35e4e040818a8e0c0ae94ef1099b62ab
parent5a9383b3a2c554e19d96aa9918e5e26b37d773d7 (diff)
downloadasync-625a2e11fa0604a52aaec57acb6075c49325f4a9.tar.gz
Version 1.5.1v1.5.1
-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..7a5b5e6 100644
--- a/bower.json
+++ b/bower.json
@@ -52,5 +52,6 @@
],
"authors": [
"Caolan McMahon"
- ]
-} \ No newline at end of file
+ ],
+ "version": "1.5.1"
+}
diff --git a/component.json b/component.json
index 11319d1..a5d77f4 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.0",
+ "version": "1.5.1",
"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 3ea0468..2d366b8 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
"dist/async.min.js"
],
"author": "Caolan McMahon",
- "version": "1.5.0",
+ "version": "1.5.1",
"keywords": [
"async",
"callback",
@@ -82,4 +82,4 @@
"tests"
]
}
-} \ No newline at end of file
+}