diff --git a/proj.android/app/build.gradle b/proj.android/app/build.gradle
index c7b52399..2c6e5e4f 100644
--- a/proj.android/app/build.gradle
+++ b/proj.android/app/build.gradle
@@ -10,8 +10,8 @@ android {
applicationId "org.cocos2dx.ChineseOfficialMahjongHelper"
minSdkVersion PROP_MIN_SDK_VERSION
targetSdkVersion PROP_TARGET_SDK_VERSION
- versionCode 24
- versionName "1.2.13"
+ versionCode 26
+ versionName "1.2.14"
externalNativeBuild {
ndkBuild {
diff --git a/proj.ios_mac/ios/Info.plist b/proj.ios_mac/ios/Info.plist
index 53f769e7..0bf74fbd 100644
--- a/proj.ios_mac/ios/Info.plist
+++ b/proj.ios_mac/ios/Info.plist
@@ -19,11 +19,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.2.13
+ 1.2.14
CFBundleSignature
????
CFBundleVersion
- 1.2.13
+ 1.2.14
LSRequiresIPhoneOS
UIAppFonts
diff --git a/proj.ios_mac/mac/Info.plist b/proj.ios_mac/mac/Info.plist
index 334545e6..9d812f62 100644
--- a/proj.ios_mac/mac/Info.plist
+++ b/proj.ios_mac/mac/Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.2.13
+ 1.2.14
CFBundleSignature
????
CFBundleVersion
- 1.2.13
+ 1.2.14
LSApplicationCategoryType
public.app-category.games
LSMinimumSystemVersion
diff --git a/proj.win32/game.rc b/proj.win32/game.rc
index a18a62cb..6d10b96e 100755
--- a/proj.win32/game.rc
+++ b/proj.win32/game.rc
@@ -50,8 +50,8 @@ GLFW_ICON ICON "res\\game.ico"
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,2,13
- PRODUCTVERSION 1,2,13
+ FILEVERSION 1,2,14
+ PRODUCTVERSION 1,2,14
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "game Module\0"
- VALUE "FileVersion", "1, 2, 13\0"
+ VALUE "FileVersion", "1, 2, 14\0"
VALUE "InternalName", "game\0"
VALUE "LegalCopyright", "Copyright \0"
VALUE "OriginalFilename", "game.exe\0"
VALUE "ProductName", "game Module\0"
- VALUE "ProductVersion", "1, 2, 13\0"
+ VALUE "ProductVersion", "1, 2, 14\0"
END
END
BLOCK "VarFileInfo"