diff --git a/package-lock.json b/package-lock.json index 4832744f9..a74631450 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-action-for-cli", - "version": "3.1.1", + "version": "3.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "github-action-for-cli", - "version": "3.1.1", + "version": "3.1.2", "license": "Apache-2.0" } } diff --git a/package.json b/package.json index 9b1bbbc14..a1bbfd1c0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github-action-for-cli", "description": "This is to be used for running tests for the GitHub Action using the MakeFile", - "version": "3.1.1", + "version": "3.1.2", "scripts": { "test": "make test", "generate:assets": "echo 'No additional assets need to be generated at the moment'",