Skip to content

Commit c1ad230

Browse files
author
Forbes Lindesay
committed
Release 6.0.0
1 parent 5f2511e commit c1ad230

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
language: node_js
22
node_js:
3-
- "0.8"
43
- "0.10"

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

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": "5.0.0",
3+
"version": "6.0.0",
44
"description": "Bare bones Promises/A+ implementation",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)