Skip to content
This repository was archived by the owner on Oct 28, 2023. It is now read-only.

Commit 8b095ca

Browse files
committed
Release 2.9.3
1 parent 8bd094f commit 8b095ca

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "SDK"]
22
path = SDK
33
url = https://github.com/LiteLDev/SDK-cpp.git
4-
branch = develop
4+
branch = main

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
- Support LiteLoaderBDS 2.9.0(1.19.50.02)
1+
- Support LiteLoaderBDS 2.9.3(1.19.52.01)
2+
- Remove LLMoney because it has its own repository now

LLHelper/Helper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#pragma warning(disable:4996)
66

7-
#define LLHELPER_VERSION ll::Version{ 2,9,0 }
7+
#define LLHELPER_VERSION ll::Version{ 2,9,3 }
88

99
/////////////////////// LL AutoUpgrade ///////////////////////
1010

LLtpa/Tpa.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22

3-
#define LLTPA_VERSION ll::Version{ 2,9,0 }
3+
#define LLTPA_VERSION ll::Version{ 2,9,3 }
44

55
/////////////////////// LL AutoUpgrade ///////////////////////
66

SDK

Submodule SDK updated from 9aee474 to 9e0dede

0 commit comments

Comments
 (0)