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