Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Forbes Lindesay committed Dec 23, 2012
1 parent 60f3e6a commit ed0adf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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": "1.0.0",
"version": "1.1.0",
"keywords": [],
"dependencies": {
"then/is-promise": "*"
Expand All @@ -13,4 +13,4 @@
"index.js"
],
"twitter": "@ForbesLindesay"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "then-promise",
"version": "1.0.0",
"version": "1.1.0",
"description": "Bare bones Promises/A+ implementation",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ed0adf1

Please sign in to comment.