Skip to content

Commit

Permalink
Release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Forbes Lindesay committed Sep 9, 2014
1 parent 5f2511e commit c1ad230
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
language: node_js
node_js:
- "0.8"
- "0.10"
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "promise",
"repo": "then/promise",
"description": "Bare bones Promises/A+ implementation",
"version": "5.0.0",
"version": "6.0.0",
"keywords": [],
"dependencies": {
"johntron/asap": "*"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "promise",
"version": "5.0.0",
"version": "6.0.0",
"description": "Bare bones Promises/A+ implementation",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c1ad230

Please sign in to comment.