Skip to content

Commit 57f3abb

Browse files
authored
merge: production v5.0.0 (#3684)
2 parents bf707c9 + 31d4336 commit 57f3abb

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

apps/wallet-mobile/android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ android {
108108
applicationId "com.emurgo"
109109
minSdkVersion rootProject.ext.minSdkVersion
110110
targetSdkVersion rootProject.ext.targetSdkVersion
111-
versionCode 711
112-
versionName "4.28.3"
111+
versionCode 723
112+
versionName "5.0.0"
113113
testBuildType System.getProperty('testBuildType', 'debug')
114114
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
115115
}

apps/wallet-mobile/ios/nightly.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>4.28.3</string>
20+
<string>5.0.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>598</string>
24+
<string>610</string>
2525
<key>ITSAppUsesNonExemptEncryption</key>
2626
<false/>
2727
<key>LSApplicationCategoryType</key>

apps/wallet-mobile/ios/yoroi.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@
839839
CODE_SIGN_ENTITLEMENTS = yoroi/yoroi.entitlements;
840840
CODE_SIGN_IDENTITY = "iPhone Distribution";
841841
CODE_SIGN_STYLE = Manual;
842-
CURRENT_PROJECT_VERSION = 598;
842+
CURRENT_PROJECT_VERSION = 610;
843843
DEVELOPMENT_TEAM = "";
844844
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = F8NVT2G2L4;
845845
ENABLE_BITCODE = NO;
@@ -884,7 +884,7 @@
884884
CODE_SIGN_ENTITLEMENTS = yoroi/yoroi.entitlements;
885885
CODE_SIGN_IDENTITY = "iPhone Distribution";
886886
CODE_SIGN_STYLE = Manual;
887-
CURRENT_PROJECT_VERSION = 598;
887+
CURRENT_PROJECT_VERSION = 610;
888888
DEVELOPMENT_TEAM = "";
889889
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = F8NVT2G2L4;
890890
ENVFILE = "$(PODS_ROOT)/../../.env.production";
@@ -1079,7 +1079,7 @@
10791079
CODE_SIGN_ENTITLEMENTS = nightly.entitlements;
10801080
CODE_SIGN_IDENTITY = "iPhone Distribution";
10811081
CODE_SIGN_STYLE = Manual;
1082-
CURRENT_PROJECT_VERSION = 598;
1082+
CURRENT_PROJECT_VERSION = 610;
10831083
DEVELOPMENT_TEAM = "";
10841084
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = F8NVT2G2L4;
10851085
ENABLE_BITCODE = NO;
@@ -1124,7 +1124,7 @@
11241124
CODE_SIGN_ENTITLEMENTS = nightly.entitlements;
11251125
CODE_SIGN_IDENTITY = "iPhone Distribution";
11261126
CODE_SIGN_STYLE = Manual;
1127-
CURRENT_PROJECT_VERSION = 598;
1127+
CURRENT_PROJECT_VERSION = 610;
11281128
DEVELOPMENT_TEAM = "";
11291129
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = F8NVT2G2L4;
11301130
ENVFILE = "$(PODS_ROOT)/../../.env.nightly";

apps/wallet-mobile/ios/yoroi/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>4.28.3</string>
20+
<string>5.0.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>
@@ -34,7 +34,7 @@
3434
</dict>
3535
</array>
3636
<key>CFBundleVersion</key>
37-
<string>598</string>
37+
<string>610</string>
3838
<key>ITSAppUsesNonExemptEncryption</key>
3939
<false/>
4040
<key>LSApplicationCategoryType</key>

apps/wallet-mobile/ios/yoroiTests/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.28.3</string>
18+
<string>5.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>598</string>
22+
<string>610</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)