Skip to content

Commit

Permalink
Merge pull request #27 from aaasoft/main
Browse files Browse the repository at this point in the history
Release version 1.0.6
  • Loading branch information
aaasoft authored Feb 7, 2024
2 parents 40d3161 + e0a3f8a commit 32178ae
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.5";
public const string GameVersion = "1.0.6";
/// <summary>
/// 游戏编译版本
/// </summary>
public const int GameBulidVersion = 164;
public const int GameBulidVersion = 165;
/// <summary>
/// 游戏编译版本
/// </summary>
public const string GameBulidDate = "2024.01.19";
public const string GameBulidDate = "2024.02.07";

#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.5
bundleVersion: 1.0.6
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down

0 comments on commit 32178ae

Please sign in to comment.