Skip to content

Commit 3e2c188

Browse files
release 580
1 parent 48de64d commit 3e2c188

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

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 579
101+
versionCode 580
102102
versionName "2.5.6"
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
@@ -748,7 +748,7 @@
748748
CODE_SIGN_ENTITLEMENTS = hexa_keeper/hexa_keeper.entitlements;
749749
CODE_SIGN_IDENTITY = "Apple Development";
750750
CODE_SIGN_STYLE = Automatic;
751-
CURRENT_PROJECT_VERSION = 579;
751+
CURRENT_PROJECT_VERSION = 580;
752752
DEVELOPMENT_TEAM = C43HMJTU6P;
753753
ENABLE_BITCODE = NO;
754754
HEADER_SEARCH_PATHS = (
@@ -875,7 +875,7 @@
875875
CODE_SIGN_ENTITLEMENTS = hexa_keeper/hexa_keeper.entitlements;
876876
CODE_SIGN_IDENTITY = "Apple Development";
877877
CODE_SIGN_STYLE = Automatic;
878-
CURRENT_PROJECT_VERSION = 579;
878+
CURRENT_PROJECT_VERSION = 580;
879879
DEVELOPMENT_TEAM = C43HMJTU6P;
880880
HEADER_SEARCH_PATHS = (
881881
"$(inherited)",
@@ -1144,7 +1144,7 @@
11441144
CODE_SIGN_IDENTITY = "Apple Development";
11451145
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
11461146
CODE_SIGN_STYLE = Manual;
1147-
CURRENT_PROJECT_VERSION = 579;
1147+
CURRENT_PROJECT_VERSION = 580;
11481148
DEVELOPMENT_TEAM = Y5TCB759QL;
11491149
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = Y5TCB759QL;
11501150
ENABLE_BITCODE = NO;
@@ -1275,7 +1275,7 @@
12751275
CODE_SIGN_ENTITLEMENTS = hexa_keeper_dev.entitlements;
12761276
CODE_SIGN_IDENTITY = "Apple Distribution";
12771277
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
1278-
CURRENT_PROJECT_VERSION = 579;
1278+
CURRENT_PROJECT_VERSION = 580;
12791279
DEVELOPMENT_TEAM = Y5TCB759QL;
12801280
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = Y5TCB759QL;
12811281
HEADER_SEARCH_PATHS = (

ios/hexa_keeper/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>579</string>
39+
<string>580</string>
4040
<key>LSApplicationQueriesSchemes</key>
4141
<array>
4242
<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>579</string>
22+
<string>580</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>579</string>
39+
<string>580</string>
4040
<key>LSApplicationQueriesSchemes</key>
4141
<array>
4242
<string>itms-apps</string>

0 commit comments

Comments
 (0)