Skip to content

Commit

Permalink
Release 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbesLindesay committed Sep 15, 2018
1 parent 1b27a8c commit d980ed0
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": "8.0.1",
"version": "8.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": "8.0.1",
"version": "8.0.2",
"description": "Bare bones Promises/A+ implementation",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,4 +32,4 @@
"dependencies": {
"asap": "~2.0.6"
}
}
}

0 comments on commit d980ed0

Please sign in to comment.