Skip to content

Commit 6c514db

Browse files
Release 3.0.1
1 parent 3ef7041 commit 6c514db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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": "3.0.0",
5+
"version": "3.0.1",
66
"keywords": [],
77
"dependencies": {},
88
"development": {},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "promise",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Bare bones Promises/A+ implementation",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)