diff --git a/component.json b/component.json index 0e035cf..d2826d2 100644 --- a/component.json +++ b/component.json @@ -3,7 +3,7 @@ "description": "Provide source code context when reporting errors.", "author": "Paul Young", "repo": "gss/error-reporter", - "version": "0.1.4", + "version": "0.1.5", "json": [ "component.json" ], diff --git a/package.json b/package.json index 2bd2e42..260491d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "error-reporter", "description": "Provide source code context when reporting errors.", - "version": "0.1.4", + "version": "0.1.5", "repository": { "type": "git", "url": "git://github.com/gss/error-reporter.git"