Skip to content

Commit 7710d6d

Browse files
committed
Release 6.0.1
1 parent ff411cf commit 7710d6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "promise",
33
"repo": "then/promise",
44
"description": "Bare bones Promises/A+ implementation",
5-
"version": "6.0.0",
5+
"version": "6.0.1",
66
"keywords": [],
77
"dependencies": {
88
"johntron/asap": "*"

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "promise",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Bare bones Promises/A+ implementation",
55
"main": "index.js",
66
"scripts": {
@@ -22,4 +22,4 @@
2222
"dependencies": {
2323
"asap": "~1.0.0"
2424
}
25-
}
25+
}

0 commit comments

Comments
 (0)