Skip to content

Commit

Permalink
Release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Forbes Lindesay committed Apr 7, 2015
1 parent 0f7bcb9 commit cac6f9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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": "6.1.0",
"version": "7.0.0",
"keywords": [],
"dependencies": {
"johntron/asap": "*"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "promise",
"version": "6.1.0",
"version": "7.0.0",
"description": "Bare bones Promises/A+ implementation",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -30,4 +30,4 @@
"dependencies": {
"asap": "~2.0.1"
}
}
}

0 comments on commit cac6f9d

Please sign in to comment.