Skip to content

Commit 3af766e

Browse files
Release 3.0.0
1 parent 7596888 commit 3af766e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

component.json

Lines changed: 2 additions & 2 deletions
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": "2.0.0",
5+
"version": "3.0.0",
66
"keywords": [],
77
"dependencies": {},
88
"development": {},
@@ -11,4 +11,4 @@
1111
"index.js"
1212
],
1313
"twitter": "@ForbesLindesay"
14-
}
14+
}

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": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Bare bones Promises/A+ implementation",
55
"main": "index.js",
66
"scripts": {
@@ -18,4 +18,4 @@
1818
"better-assert": "~1.0",
1919
"mocha": "~1.9"
2020
}
21-
}
21+
}

0 commit comments

Comments
 (0)