From e179c6de293e593435aed390457bd9c73105238c Mon Sep 17 00:00:00 2001 From: Tsubasa6848 <116721335+Tsubasa6848@users.noreply.github.com> Date: Mon, 6 May 2024 00:08:30 +0800 Subject: [PATCH] chore: update version --- manifest.json | 2 +- src/Global.h | 2 +- tooth.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index cd86d46..9801910 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "${pluginName}", "entry": "${pluginFile}", - "version": "0.12.4", + "version": "0.12.3", "author": "GroupMountain", "type": "native", "dependencies": [ diff --git a/src/Global.h b/src/Global.h index f60ac9d..aef1ca7 100644 --- a/src/Global.h +++ b/src/Global.h @@ -5,7 +5,7 @@ #define PLUGIN_NAME fmt::format(fg(fmt::color::light_green), "GMLIB-LRCA") -#define LIB_VERSION GMLIB::Version(0, 12, 2) +#define LIB_VERSION GMLIB::Version(0, 12, 3) extern ll::Logger logger; diff --git a/tooth.json b/tooth.json index fbb0f0f..e231c6c 100644 --- a/tooth.json +++ b/tooth.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "github.com/GroupMountain/GMLIB-LegacyRemoteCallApi", - "version": "0.12.2", + "version": "0.12.3", "info": { "name": "GMLIB-LegacyRemoteCallApi", "description": "Legacy RemoteCall API for GMLIB", @@ -14,7 +14,7 @@ "library" ] }, - "asset_url": "https://github.com/GroupMountain/GMLIB-LegacyRemoteCallApi/releases/download/v0.12.2/GMLIB-LegacyRemoteCallApi-windows-x64.zip", + "asset_url": "https://github.com/GroupMountain/GMLIB-LegacyRemoteCallApi/releases/download/v0.12.3/GMLIB-LegacyRemoteCallApi-windows-x64.zip", "dependencies": { "github.com/GroupMountain/GMLIB": ">=0.12.4" },