From ed794a28854a13cbc57dfca3f9c546a4b7aa6c27 Mon Sep 17 00:00:00 2001 From: Tsubasa6848 <116721335+Tsubasa6848@users.noreply.github.com> Date: Tue, 4 Jun 2024 13:39:20 +0800 Subject: [PATCH] chore: update version --- manifest.json | 2 +- src/Version.h | 2 +- tooth.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index c4a48a2..3614d81 100644 --- a/manifest.json +++ b/manifest.json @@ -5,5 +5,5 @@ "author": "GroupMountain", "description": "Group Mountain Library", "passive": true, - "version": "0.12.8" + "version": "0.12.9" } \ No newline at end of file diff --git a/src/Version.h b/src/Version.h index f8dca72..82ac1ee 100644 --- a/src/Version.h +++ b/src/Version.h @@ -4,7 +4,7 @@ #define LIB_VERSION_MAJOR 0 #define LIB_VERSION_MINOR 12 -#define LIB_VERSION_REVISION 8 +#define LIB_VERSION_REVISION 9 #define LIB_VERSION_PRERELEASE "" #define LIB_VERSION_BUILD_META "" diff --git a/tooth.json b/tooth.json index e87b925..f56abd2 100644 --- a/tooth.json +++ b/tooth.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "github.com/GroupMountain/GMLIB", - "version": "0.12.8", + "version": "0.12.9", "info": { "name": "GMLIB", "description": "Group Mountain Library", @@ -13,7 +13,7 @@ "library" ] }, - "asset_url": "https://github.com/GroupMountain/GMLIB/releases/download/v0.12.8/GMLIB-windows-x64.zip", + "asset_url": "https://github.com/GroupMountain/GMLIB/releases/download/v0.12.9/GMLIB-windows-x64.zip", "prerequisites": { "github.com/LiteLDev/LeviLamina": "0.12.x" },