Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Forbes Lindesay committed Dec 23, 2012
1 parent 7a14128 commit 77f8cf5
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": "0.0.1",
"version": "1.0.0",
"keywords": [],
"dependencies": {
"then/is-promise": "*"
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": "then-promise",
"version": "0.0.0",
"version": "1.0.0",
"description": "Bare bones Promises/A+ implementation",
"main": "index.js",
"scripts": {
Expand All @@ -18,4 +18,4 @@
"devDependencies": {
"promises-aplus-tests": "https://github.com/promises-aplus/promises-tests/archive/master.tar.gz"
}
}
}

0 comments on commit 77f8cf5

Please sign in to comment.