Skip to content

Commit 9ab5c67

Browse files
author
Alexander Early
committed
Version 1.5.2
1 parent 80f1793 commit 9ab5c67

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

bower.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,6 @@
5252
],
5353
"authors": [
5454
"Caolan McMahon"
55-
]
56-
}
55+
],
56+
"version": "1.5.2"
57+
}

component.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "async",
33
"description": "Higher-order functions and common patterns for asynchronous code",
4-
"version": "1.5.1",
4+
"version": "1.5.2",
55
"keywords": [
66
"async",
77
"callback",
@@ -14,4 +14,4 @@
1414
"scripts": [
1515
"lib/async.js"
1616
]
17-
}
17+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dist/async.min.js"
99
],
1010
"author": "Caolan McMahon",
11-
"version": "1.5.1",
11+
"version": "1.5.2",
1212
"keywords": [
1313
"async",
1414
"callback",
@@ -82,4 +82,4 @@
8282
"tests"
8383
]
8484
}
85-
}
85+
}

0 commit comments

Comments
 (0)