提升版本号

This commit is contained in:
xiekaidong 2023-09-21 15:20:52 +08:00
parent 992b6f5f6f
commit e5a7bad0a9

View File

@ -14,7 +14,7 @@ namespace BFEditor.Build
public class BuildProjectWindow : EditorWindow
{
private static int versionCode = 16;
private static string versionName = "1.4.0";
private static string versionName = "1.4.1";
BFPlatformOptions platform = BFPlatformOptions.AndroidDev;
const string ANDROID_DEV_PACKAGE_NAME = "com.juzu.b6.dev.android";
const string ANDROID_RELEASE_PACKAGE_NAME = "com.juzu.b6.release.android";