Skip to content

Commit e2d96c1

Browse files
Merge pull request #6998 from KeeperCommunity/release/2.5.13-600
release 2.5.13(600)
2 parents 56dba36 + fb4b487 commit e2d96c1

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ android {
9898
applicationId "io.hexawallet.keeper"
9999
minSdkVersion rootProject.ext.minSdkVersion
100100
targetSdkVersion rootProject.ext.targetSdkVersion
101-
versionCode 599
101+
versionCode 600
102102
versionName "2.5.13"
103103
missingDimensionStrategy 'react-native-camera', 'general'
104104
missingDimensionStrategy 'store', 'play'

ios/hexa_keeper.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@
769769
CODE_SIGN_IDENTITY = "Apple Development";
770770
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
771771
CODE_SIGN_STYLE = Manual;
772-
CURRENT_PROJECT_VERSION = 599;
772+
CURRENT_PROJECT_VERSION = 600;
773773
DEVELOPMENT_TEAM = "";
774774
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = Y5TCB759QL;
775775
ENABLE_BITCODE = NO;
@@ -899,7 +899,7 @@
899899
CODE_SIGN_IDENTITY = "Apple Development";
900900
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
901901
CODE_SIGN_STYLE = Manual;
902-
CURRENT_PROJECT_VERSION = 599;
902+
CURRENT_PROJECT_VERSION = 600;
903903
DEVELOPMENT_TEAM = "";
904904
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = Y5TCB759QL;
905905
HEADER_SEARCH_PATHS = (
@@ -1170,7 +1170,7 @@
11701170
CODE_SIGN_IDENTITY = "Apple Development";
11711171
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
11721172
CODE_SIGN_STYLE = Manual;
1173-
CURRENT_PROJECT_VERSION = 599;
1173+
CURRENT_PROJECT_VERSION = 600;
11741174
DEVELOPMENT_TEAM = Y5TCB759QL;
11751175
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = Y5TCB759QL;
11761176
ENABLE_BITCODE = NO;
@@ -1301,7 +1301,7 @@
13011301
CODE_SIGN_ENTITLEMENTS = hexa_keeper_dev.entitlements;
13021302
CODE_SIGN_IDENTITY = "Apple Distribution";
13031303
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
1304-
CURRENT_PROJECT_VERSION = 599;
1304+
CURRENT_PROJECT_VERSION = 600;
13051305
DEVELOPMENT_TEAM = Y5TCB759QL;
13061306
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = Y5TCB759QL;
13071307
HEADER_SEARCH_PATHS = (

ios/hexa_keeper/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
</dict>
6363
</array>
6464
<key>CFBundleVersion</key>
65-
<string>599</string>
65+
<string>600</string>
6666
<key>LSApplicationQueriesSchemes</key>
6767
<array>
6868
<string>itms-apps</string>

ios/hexa_keeperTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>599</string>
22+
<string>600</string>
2323
</dict>
2424
</plist>

ios/hexa_keeper_dev-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</dict>
3737
</array>
3838
<key>CFBundleVersion</key>
39-
<string>599</string>
39+
<string>600</string>
4040
<key>LSApplicationQueriesSchemes</key>
4141
<array>
4242
<string>itms-apps</string>

0 commit comments

Comments
 (0)