diff --git a/package-lock.json b/package-lock.json index 13a9d02ae..5faf15c25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@relative-ci/agent-action", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@relative-ci/agent-action", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "@actions/core": "1.6.0", diff --git a/package.json b/package.json index 2ba57ed6a..86976726b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@relative-ci/agent-action", - "version": "2.0.0", + "version": "2.0.1", "description": "GitHub action that sends webpack stats and build information to RelativeCI", "repository": "relative-ci/agent-action", "main": "dist/index.js",