diff --git a/package-lock.json b/package-lock.json index 48b140d..2bb3afb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-action-setup-xmake", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "github-action-setup-xmake", - "version": "1.1.2", + "version": "1.1.3", "license": "GPL-3.0-or-later", "dependencies": { "@actions/cache": "^3.2.4", diff --git a/package.json b/package.json index 87d77b3..51cc648 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-setup-xmake", - "version": "1.1.2", + "version": "1.1.3", "description": "Set up your GitHub Actions workflow with a specific version of xmake", "main": "dist/index.js", "author": "OpportunityLiu",