From 39f689ede4295a6c452f7cbe1bc4ced618fd28a0 Mon Sep 17 00:00:00 2001 From: Qiuzhizhe <42761326+quizhizhe@users.noreply.github.com> Date: Thu, 10 Nov 2022 17:01:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E4=BF=AE=E5=A4=8D=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++-- LiteLoader/Main/Version.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cfcebf..f6f6390 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ ## [LiteLoader Release Note] LiteLoaderBDS-2.6.2-1.16.40 update has been released, adapted 1.16.40.02, ProtocolVersion 408 -## [Function] -- Support 1.16.40.02 \ No newline at end of file +## [Fix] +- Fix dynamicCommand \ No newline at end of file diff --git a/LiteLoader/Main/Version.h b/LiteLoader/Main/Version.h index 2bf4d04..5c2a677 100644 --- a/LiteLoader/Main/Version.h +++ b/LiteLoader/Main/Version.h @@ -6,7 +6,7 @@ #define LITELOADER_VERSION_MAJOR 2 #define LITELOADER_VERSION_MINOR 6 -#define LITELOADER_VERSION_REVISION 2 +#define LITELOADER_VERSION_REVISION 3 #define LITELOADER_VERSION_ACTIONS 0 #define LITELOADER_VERSION_STATUS LITELOADER_VERSION_DEV