Skip to content

Commit

Permalink
Release 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Forbes Lindesay committed Jun 15, 2015
1 parent 392c0c5 commit 2f305f9
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": "7.0.1",
"version": "7.0.2",
"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": "7.0.1",
"version": "7.0.2",
"description": "Bare bones Promises/A+ implementation",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,4 +32,4 @@
"dependencies": {
"asap": "~2.0.3"
}
}
}

0 comments on commit 2f305f9

Please sign in to comment.