diff --git a/component.json b/component.json index d91e550..2be5b27 100644 --- a/component.json +++ b/component.json @@ -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": "*" diff --git a/package.json b/package.json index d845dce..5b8f35a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "promise", - "version": "6.0.0", + "version": "6.0.1", "description": "Bare bones Promises/A+ implementation", "main": "index.js", "scripts": { @@ -22,4 +22,4 @@ "dependencies": { "asap": "~1.0.0" } -} \ No newline at end of file +}