From 5404b112d33f625b240bfe7c0d341b102099345a Mon Sep 17 00:00:00 2001 From: Tsubasa6848 Date: Fri, 29 Mar 2024 18:36:38 +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 f00ab5a..a69cfc2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "${pluginName}", "entry": "${pluginFile}", - "version": "0.10.0", + "version": "0.10.1", "author": "GroupMountain", "type": "native", "dependencies": [ diff --git a/src/Global.h b/src/Global.h index f36e70f..dd1169c 100644 --- a/src/Global.h +++ b/src/Global.h @@ -4,7 +4,7 @@ #include #define PLUGIN_NAME "GMLIB-LRCA" -#define LIB_VERSION GMLIB::Version(0, 10, 0) +#define LIB_VERSION GMLIB::Version(0, 10, 1) extern ll::Logger logger; diff --git a/tooth.json b/tooth.json index d2b9ef9..040fb96 100644 --- a/tooth.json +++ b/tooth.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "github.com/GroupMountain/GMLIB-LegacyRemoteCallApi", - "version": "0.10.0", + "version": "0.10.1", "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.10.0/GMLIB-LegacyRemoteCallApi-windows-x64.zip", + "asset_url": "https://github.com/GroupMountain/GMLIB-LegacyRemoteCallApi/releases/download/v0.10.1/GMLIB-LegacyRemoteCallApi-windows-x64.zip", "dependencies": { "github.com/GroupMountain/GMLIB": ">=0.10.0" },