diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95300da..0492967 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: - uses: xmake-io/github-action-setup-xmake@v1 with: - xmake-version: branch@dev + xmake-version: branch@master - run: | xmake repo -u diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 17d9207..cb26979 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: - uses: xmake-io/github-action-setup-xmake@v1 with: - xmake-version: branch@dev + 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": [