summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2015-06-29 09:13:54 -0700
committerAlexander Early <alexander.early@gmail.com>2015-06-29 09:13:54 -0700
commit71fa2638973dafd8761fa5457c472a312cc820fe (patch)
tree5b5268ac7aa0d0c70182c6905f234fe6a477071a
parent702458041f94483c75ea7c585cdc3b12f95e5a07 (diff)
downloadasync-71fa2638973dafd8761fa5457c472a312cc820fe.tar.gz
Version 1.3.0v1.3.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 11f0fde..f31127a 100644
--- a/bower.json
+++ b/bower.json
@@ -39,5 +39,6 @@
],
"authors": [
"Caolan McMahon"
- ]
-} \ No newline at end of file
+ ],
+ "version": "1.3.0"
+}
diff --git a/component.json b/component.json
index 0684c86..e7816eb 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.2.1",
+ "version": "1.3.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 122d7e0..e26d3c6 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.2.1",
+ "version": "1.3.0",
"keywords": [
"async",
"callback",
@@ -60,4 +60,4 @@
"tests"
]
}
-} \ No newline at end of file
+}