修改版本号

This commit is contained in:
xiekaidong 2023-09-20 17:54:20 +08:00
parent d127666db5
commit 9d5afff839

View File

@ -13,8 +13,8 @@ namespace BFEditor.Build
public class BuildProjectWindow : EditorWindow
{
private static int versionCode = 13;
private static string versionName = "1.2.0";
private static int versionCode = 16;
private static string versionName = "1.4.0";
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";