diff --git a/package-lock.json b/package-lock.json index 3ff1cfd..7c34456 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "setup-just", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.3.0", + "version": "1.4.0", "license": "MIT OR Apache-2.0", "dependencies": { "@actions/core": "^1.2.6", diff --git a/package.json b/package.json index 81c9d6f..8978c3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-just", - "version": "1.3.0", + "version": "1.4.0", "description": "Install the just command runner", "main": "dist/index.js", "scripts": {