This commit is contained in:
玉峰 2025-10-20 14:42:38 +08:00
parent 269ccbf47e
commit 5bef448ae2
2 changed files with 17 additions and 1 deletions

View File

@ -21,7 +21,7 @@ public class RushSDKManager : D_MonoSingleton<RushSDKManager>
public static string GetSDKVersion()
{
return "1.0.4.8";
return "1.0.4.9";
}
protected override void Initialized()
{

View File

@ -1,3 +1,19 @@
# Version 1.0.4.9 2025.10.20
## Bugs
- None
## Known issues
- None
## Changelog
- 修复EFSDK事件上报
# Version 1.0.4.9 2025.10.20
# Version 1.0.4.7 2025.10.17
## Bugs