Skip to content

Commit e9e8574

Browse files
committedJun 15, 2017
Release 7.2.0
1 parent 9809ef4 commit e9e8574

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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": "7.1.1",
5+
"version": "7.2.0",
66
"keywords": [],
77
"dependencies": {
88
"johntron/asap": "*"

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "promise",
3-
"version": "7.1.1",
3+
"version": "7.2.0",
44
"description": "Bare bones Promises/A+ implementation",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)
Please sign in to comment.