Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
summerinsects committed Jan 18, 2024
1 parent a15cefb commit e4cf3ac
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 12 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.5.2.3(2024-01-18)
【修复】更新下载不会跳转(浅葱狐冢反馈)
【修复】输入字符串解析牌张bug(黄皓华反馈)

v1.5.2.2(2024-01-06)
【更新】番种说明部分文本
【优化】历史记录中的时间选择器
Expand All @@ -20,7 +24,7 @@ v1.5.1.8(2023-06-01)
【优化】副露显示效果

v1.5.1.7(2023-05-13)
【修复】牌理的手牌出现超过4张相同的牌
【修复】牌理的手牌出现超过4张相同的牌(黄皓华反馈)
【修复】训练题库部分答案不完善

v1.5.1.6(2023-04-20)
Expand Down
3 changes: 3 additions & 0 deletions Classes/mahjong-algorithm/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-01-18
【修复】输入字符串解析牌张bug

2023-10-29
【优化】使天和支持九莲宝灯
【优化】按MIL规则组合龙身如果能解释为边嵌钓的,计边嵌钓
Expand Down
6 changes: 5 additions & 1 deletion Resources/text/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.5.2.3(2024-01-18)
【修复】更新下载不会跳转(浅葱狐冢反馈)
【修复】输入字符串解析牌张bug(黄皓华反馈)

v1.5.2.2(2024-01-06)
【更新】番种说明部分文本
【优化】历史记录中的时间选择器
Expand All @@ -20,7 +24,7 @@ v1.5.1.8(2023-06-01)
【优化】副露显示效果

v1.5.1.7(2023-05-13)
【修复】牌理的手牌出现超过4张相同的牌
【修复】牌理的手牌出现超过4张相同的牌(黄皓华反馈)
【修复】训练题库部分答案不完善

v1.5.1.6(2023-04-20)
Expand Down
4 changes: 2 additions & 2 deletions proj.android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "xyz.tziakcha.ChineseOfficialMahjongHelper"
minSdkVersion PROP_MIN_SDK_VERSION
targetSdkVersion PROP_TARGET_SDK_VERSION
versionCode 45
versionName "1.5.2.2"
versionCode 46
versionName "1.5.2.3"

externalNativeBuild {
cmake {
Expand Down
4 changes: 2 additions & 2 deletions proj.ios_mac/ios/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleShortVersionString</key>
<string>1.5.2.2</string>
<string>1.5.2.3</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.5.2.2</string>
<string>1.5.2.3</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIAppFonts</key>
Expand Down
4 changes: 2 additions & 2 deletions proj.ios_mac/mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.5.2.2</string>
<string>1.5.2.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.5.2.2</string>
<string>1.5.2.3</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.games</string>
<key>LSMinimumSystemVersion</key>
Expand Down
8 changes: 4 additions & 4 deletions proj.win32/game.rc
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ GLFW_ICON ICON "res\\game.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,5,2,2
PRODUCTVERSION 1,5,2,2
FILEVERSION 1,5,2,3
PRODUCTVERSION 1,5,2,3
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -68,12 +68,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "game Module\0"
VALUE "FileVersion", "1, 5, 2, 2\0"
VALUE "FileVersion", "1, 5, 2, 3\0"
VALUE "InternalName", "game\0"
VALUE "LegalCopyright", "Copyright \0"
VALUE "OriginalFilename", "game.exe\0"
VALUE "ProductName", "game Module\0"
VALUE "ProductVersion", "1, 5, 2, 2\0"
VALUE "ProductVersion", "1, 5, 2, 3\0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit e4cf3ac

Please sign in to comment.