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