diff --git a/package-lock.json b/package-lock.json index 9e86510e4..9aec5354d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-action-for-cli", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "github-action-for-cli", - "version": "1.0.0", + "version": "1.1.0", "license": "Apache-2.0" } } diff --git a/package.json b/package.json index 5fe963a69..e229472bf 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": "1.0.0", + "version": "1.1.0", "scripts": { "test": "make test", "generate:assets": "echo 'No additional assets need to be generated at the moment'",