Skip to content

Commit

Permalink
Release version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aaasoft committed Feb 15, 2024
1 parent 4d57017 commit 65ef414
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Assets/System/Scripts/Config/GameConst.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ public static class GameConst
/// <summary>
/// 游戏版本
/// </summary>
public const string GameVersion = "1.0.6";
public const string GameVersion = "1.0.7";
/// <summary>
/// 游戏编译版本
/// </summary>
public const int GameBulidVersion = 165;
public const int GameBulidVersion = 166;
/// <summary>
/// 游戏编译版本
/// </summary>
public const string GameBulidDate = "2024.02.07";
public const string GameBulidDate = "2024.02.15";

#region Unity 环境静态常量

Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ PlayerSettings:
16:10: 1
16:9: 1
Others: 1
bundleVersion: 1.0.6
bundleVersion: 1.0.7
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down

0 comments on commit 65ef414

Please sign in to comment.