Skip to content

Commit 287d54c

Browse files
Release 0.1.4
1 parent 759a639 commit 287d54c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

component.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "array-parallel",
33
"description": "Call an array of asynchronous functions in parallel",
44
"repo": "array-parallel",
5-
"version": "0.1.3",
5+
"version": "0.1.4",
66
"main": "index.js",
77
"scripts": [
88
"index.js"
99
],
1010
"license": "MIT"
11-
}
11+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "array-parallel",
33
"description": "Call an array of asynchronous functions in parallel",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"scripts": {
66
"test": "node test"
77
},

0 commit comments

Comments
 (0)