summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2015-07-19 22:11:45 -0400
committerGraeme Yeates <yeatesgraeme@gmail.com>2015-07-19 22:11:45 -0400
commit5bfcd31c72e003f96df025e75753463da61f49f9 (patch)
tree816c341b98b29d789b01b5205f6a2727ccd9a112
parent23b4d6fd80c9df4b29ec7f8d9bb0aea789acf5cc (diff)
downloadasync-5bfcd31c72e003f96df025e75753463da61f49f9.tar.gz
Version 1.4.0v1.4.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 98a0389..13558f1 100644
--- a/bower.json
+++ b/bower.json
@@ -44,5 +44,6 @@
],
"authors": [
"Caolan McMahon"
- ]
-} \ No newline at end of file
+ ],
+ "version": "1.4.0"
+}
diff --git a/component.json b/component.json
index bbbcf3f..3b1c52d 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.3.0",
+ "version": "1.4.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 1615097..4028e48 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": "1.3.0",
+ "version": "1.4.0",
"keywords": [
"async",
"callback",
@@ -65,4 +65,4 @@
"tests"
]
}
-} \ No newline at end of file
+}