From dbba835cf90188db19bf54e729c3ccb0c9fd8090 Mon Sep 17 00:00:00 2001 From: Tsubasa6848 <116721335+Tsubasa6848@users.noreply.github.com> Date: Thu, 20 Jun 2024 15:07:49 +0800 Subject: [PATCH] adapt: adapt to GMLIB v0.13.0 --- .github/workflows/build.yml | 2 ++ .github/workflows/release.yml | 2 ++ manifest.json | 3 ++- src/Global.h | 4 ++-- tooth.json | 6 +++--- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c29f71f..0492967 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,6 +11,8 @@ jobs: uses: actions/checkout@v2 - uses: xmake-io/github-action-setup-xmake@v1 + with: + xmake-version: branch@master - run: | xmake repo -u diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05e599c..cb26979 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,8 @@ jobs: uses: actions/checkout@v2 - uses: xmake-io/github-action-setup-xmake@v1 + with: + xmake-version: branch@master - run: | xmake repo -u diff --git a/manifest.json b/manifest.json index 4b5cc81..f7d01cd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,10 @@ { "name": "${pluginName}", "entry": "${pluginFile}", - "version": "0.12.8", + "version": "0.13.0", "author": "GroupMountain", "type": "native", + "passive": true, "dependencies": [ { "name": "GMLIB" diff --git a/src/Global.h b/src/Global.h index 2faf847..9b0aa90 100644 --- a/src/Global.h +++ b/src/Global.h @@ -10,8 +10,8 @@ using namespace Mod; #define PLUGIN_NAME fmt::format(fg(fmt::color::light_green), "GMLIB-LRCA") #define LIB_VERSION_MAJOR 0 -#define LIB_VERSION_MINOR 12 -#define LIB_VERSION_PATCH 8 +#define LIB_VERSION_MINOR 13 +#define LIB_VERSION_PATCH 0 #define LIB_VERSION Version(LIB_VERSION_MAJOR, LIB_VERSION_MINOR, LIB_VERSION_PATCH) diff --git a/tooth.json b/tooth.json index e0af367..8968735 100644 --- a/tooth.json +++ b/tooth.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "github.com/GroupMountain/GMLIB-LegacyRemoteCallApi", - "version": "0.12.8", + "version": "0.13.0", "info": { "name": "GMLIB-LegacyRemoteCallApi", "description": "Legacy RemoteCall API for GMLIB", @@ -14,9 +14,9 @@ "library" ] }, - "asset_url": "https://github.com/GroupMountain/GMLIB-LegacyRemoteCallApi/releases/download/v0.12.8/GMLIB-LegacyRemoteCallApi-windows-x64.zip", + "asset_url": "https://github.com/GroupMountain/GMLIB-LegacyRemoteCallApi/releases/download/v0.13.0/GMLIB-LegacyRemoteCallApi-windows-x64.zip", "dependencies": { - "github.com/GroupMountain/GMLIB": ">=0.12.8" + "github.com/GroupMountain/GMLIB": ">=0.13.0" }, "files": { "place": [