diff --git a/package-lock.json b/package-lock.json index 8ce111f..ce01267 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-action-setup-xmake", - "version": "1.1.4", + "version": "1.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "github-action-setup-xmake", - "version": "1.1.4", + "version": "1.1.5", "license": "GPL-3.0-or-later", "dependencies": { "@actions/cache": "^3.2.4", diff --git a/package.json b/package.json index 64b042a..844fd25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-setup-xmake", - "version": "1.1.4", + "version": "1.1.5", "description": "Set up your GitHub Actions workflow with a specific version of xmake", "main": "dist/index.js", "author": "OpportunityLiu",