Skip to content

Commit 4e37ed4

Browse files
authored
release(wallet-mobile): v5.3.2 (Emurgo#3947)
2 parents e62ef23 + 9e4eb9a commit 4e37ed4

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ android {
112112
applicationId "com.emurgo"
113113
minSdkVersion rootProject.ext.minSdkVersion
114114
targetSdkVersion rootProject.ext.targetSdkVersion
115-
versionName "5.3.1"
116-
versionCode 781
115+
versionName "5.3.2"
116+
versionCode 782
117117
testBuildType System.getProperty('testBuildType', 'debug')
118118
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
119119
}

apps/wallet-mobile/ios/nightly.plist

Lines changed: 2 additions & 2 deletions
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>5.3.1</string>
20+
<string>5.3.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>647</string>
24+
<string>648</string>
2525
<key>ITSAppUsesNonExemptEncryption</key>
2626
<false/>
2727
<key>LSApplicationCategoryType</key>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@
861861
CODE_SIGN_ENTITLEMENTS = yoroi/yoroi.entitlements;
862862
CODE_SIGN_IDENTITY = "iPhone Distribution";
863863
CODE_SIGN_STYLE = Manual;
864-
CURRENT_PROJECT_VERSION = 647;
864+
CURRENT_PROJECT_VERSION = 648;
865865
DEVELOPMENT_TEAM = "";
866866
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = F8NVT2G2L4;
867867
ENABLE_BITCODE = NO;
@@ -907,7 +907,7 @@
907907
CODE_SIGN_ENTITLEMENTS = yoroi/yoroi.entitlements;
908908
CODE_SIGN_IDENTITY = "iPhone Distribution";
909909
CODE_SIGN_STYLE = Manual;
910-
CURRENT_PROJECT_VERSION = 647;
910+
CURRENT_PROJECT_VERSION = 648;
911911
DEVELOPMENT_TEAM = "";
912912
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = F8NVT2G2L4;
913913
ENVFILE = "$(PODS_ROOT)/../../.env.production";
@@ -1103,7 +1103,7 @@
11031103
CODE_SIGN_ENTITLEMENTS = nightly.entitlements;
11041104
CODE_SIGN_IDENTITY = "iPhone Distribution";
11051105
CODE_SIGN_STYLE = Manual;
1106-
CURRENT_PROJECT_VERSION = 647;
1106+
CURRENT_PROJECT_VERSION = 648;
11071107
DEVELOPMENT_TEAM = "";
11081108
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = F8NVT2G2L4;
11091109
ENABLE_BITCODE = NO;
@@ -1149,7 +1149,7 @@
11491149
CODE_SIGN_ENTITLEMENTS = nightly.entitlements;
11501150
CODE_SIGN_IDENTITY = "iPhone Distribution";
11511151
CODE_SIGN_STYLE = Manual;
1152-
CURRENT_PROJECT_VERSION = 647;
1152+
CURRENT_PROJECT_VERSION = 648;
11531153
DEVELOPMENT_TEAM = "";
11541154
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = F8NVT2G2L4;
11551155
ENVFILE = "$(PODS_ROOT)/../../.env.nightly";

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

Lines changed: 2 additions & 2 deletions
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>5.3.1</string>
20+
<string>5.3.2</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>647</string>
37+
<string>648</string>
3838
<key>ITSAppUsesNonExemptEncryption</key>
3939
<false/>
4040
<key>LSApplicationCategoryType</key>

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

Lines changed: 2 additions & 2 deletions
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>5.3.1</string>
18+
<string>5.3.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>647</string>
22+
<string>648</string>
2323
</dict>
2424
</plist>

apps/wallet-mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yoroi/wallet-mobile",
3-
"version": "5.3.1",
3+
"version": "5.3.2",
44
"private": true,
55
"scripts": {
66
"android-bundle": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res",

0 commit comments

Comments
 (0)