版本号修改

This commit is contained in:
xiekaidong 2023-12-26 16:01:39 +08:00
parent 0a47f14639
commit 093f14b332

View File

@ -14,7 +14,7 @@ namespace BFEditor.Build
public class BuildProjectWindow : EditorWindow
{
private static int versionCode = 17;
private static string versionName = "1.5.1";
private static string versionName = "1.5.2";
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";