Skip to content

Commit

Permalink
Release 7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbesLindesay committed Dec 23, 2015
1 parent 90757a3 commit c91e182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion component.json
Expand Up @@ -2,7 +2,7 @@
"name": "promise",
"repo": "then/promise",
"description": "Bare bones Promises/A+ implementation",
"version": "7.0.3",
"version": "7.1.1",
"keywords": [],
"dependencies": {
"johntron/asap": "*"
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "promise",
"version": "7.0.4",
"version": "7.1.1",
"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 c91e182

Please sign in to comment.