Skip to content

Commit 2f305f9

Browse files
author
Forbes Lindesay
committed
Release 7.0.2
1 parent 392c0c5 commit 2f305f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

component.json

Lines changed: 1 addition & 1 deletion
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": "7.0.1",
5+
"version": "7.0.2",
66
"keywords": [],
77
"dependencies": {
88
"johntron/asap": "*"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "promise",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "Bare bones Promises/A+ implementation",
55
"main": "index.js",
66
"scripts": {
@@ -32,4 +32,4 @@
3232
"dependencies": {
3333
"asap": "~2.0.3"
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)