Skip to content

Commit 8cbfd7c

Browse files
committed
发布版本:1.0.4
1 parent c2ef4aa commit 8cbfd7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Assets/System/Scripts/Config/GameConst.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ public static class GameConst
2121
/// <summary>
2222
/// 游戏版本
2323
/// </summary>
24-
public const string GameVersion = "1.0.3";
24+
public const string GameVersion = "1.0.4";
2525
/// <summary>
2626
/// 游戏编译版本
2727
/// </summary>
2828
public const int GameBulidVersion = 163;
2929
/// <summary>
3030
/// 游戏编译版本
3131
/// </summary>
32-
public const string GameBulidDate = "2024.01.12";
32+
public const string GameBulidDate = "2024.01.14";
3333

3434
#region Unity 环境静态常量
3535

ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ PlayerSettings:
145145
16:10: 1
146146
16:9: 1
147147
Others: 1
148-
bundleVersion: 1.0.2
148+
bundleVersion: 1.0.4
149149
preloadedAssets: []
150150
metroInputSource: 0
151151
wsaTransparentSwapchain: 0

0 commit comments

Comments
 (0)