diff --git a/component.json b/component.json index 7ce1245..c832bbe 100644 --- a/component.json +++ b/component.json @@ -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": "*" diff --git a/package.json b/package.json index 9b41883..465f729 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -18,4 +18,4 @@ "devDependencies": { "promises-aplus-tests": "https://github.com/promises-aplus/promises-tests/archive/master.tar.gz" } -} +} \ No newline at end of file