Skip to content

Commit

Permalink
Release 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edef1c committed Oct 17, 2014
1 parent ff411cf commit 7710d6d
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.0.0",
"version": "6.0.1",
"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.0.0",
"version": "6.0.1",
"description": "Bare bones Promises/A+ implementation",
"main": "index.js",
"scripts": {
Expand All @@ -22,4 +22,4 @@
"dependencies": {
"asap": "~1.0.0"
}
}
}

0 comments on commit 7710d6d

Please sign in to comment.