We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccdb352 commit 621f138Copy full SHA for 621f138
bower.json
@@ -52,5 +52,6 @@
52
],
53
"authors": [
54
"Caolan McMahon"
55
- ]
56
-}
+ ],
+ "version": "1.5.0"
57
+}
component.json
@@ -1,7 +1,7 @@
1
{
2
"name": "async",
3
"description": "Higher-order functions and common patterns for asynchronous code",
4
- "version": "1.4.2",
+ "version": "1.5.0",
5
"keywords": [
6
"async",
7
"callback",
@@ -14,4 +14,4 @@
14
"scripts": [
15
"lib/async.js"
16
]
17
package.json
@@ -8,7 +8,7 @@
8
"dist/async.min.js"
9
10
"author": "Caolan McMahon",
11
12
13
@@ -82,4 +82,4 @@
82
"tests"
83
84
}
85
0 commit comments