Skip to content

Commit cff7ab0

Browse files
author
Alexander Early
committed
Version 1.4.1
1 parent afb7712 commit cff7ab0

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
@@ -51,5 +51,6 @@
5151
],
5252
"authors": [
5353
"Caolan McMahon"
54-
]
55-
}
54+
],
55+
"version": "1.4.1"
56+
}

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.4.0",
4+
"version": "1.4.1",
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
@@ -3,7 +3,7 @@
33
"description": "Higher-order functions and common patterns for asynchronous code",
44
"main": "lib/async.js",
55
"author": "Caolan McMahon",
6-
"version": "1.4.0",
6+
"version": "1.4.1",
77
"keywords": [
88
"async",
99
"callback",
@@ -76,4 +76,4 @@
7676
"tests"
7777
]
7878
}
79-
}
79+
}

0 commit comments

Comments
 (0)