summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2015-10-25 18:41:02 -0700
committerAlexander Early <alexander.early@gmail.com>2015-10-25 18:41:02 -0700
commit621f13805aa326865b85dbbf7128baf7146ab976 (patch)
treeb53e3dcebb73f3117019ada8df9ee86aa9d08d23
parentccdb35211e0e5b8dff7723c575b4b1eb0a5695a3 (diff)
downloadasync-621f13805aa326865b85dbbf7128baf7146ab976.tar.gz
Version 1.5.0v1.5.0
-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..e89f078 100644
--- a/bower.json
+++ b/bower.json
@@ -52,5 +52,6 @@
],
"authors": [
"Caolan McMahon"
- ]
-} \ No newline at end of file
+ ],
+ "version": "1.5.0"
+}
diff --git a/component.json b/component.json
index f53c40b..5b05149 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.2",
+ "version": "1.5.0",
"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 a75975e..3e37868 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
"dist/async.min.js"
],
"author": "Caolan McMahon",
- "version": "1.4.2",
+ "version": "1.5.0",
"keywords": [
"async",
"callback",
@@ -82,4 +82,4 @@
"tests"
]
}
-} \ No newline at end of file
+}