Skip to content

Commit 2e32b76

Browse files
committed
chore(wallet-mobile): bump v5.3.0
1 parent 14cf825 commit 2e32b76

File tree

7 files changed

+24
-13
lines changed

7 files changed

+24
-13
lines changed

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

+2-2
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.2.0"
116-
versionCode 753
115+
versionName "5.3.0"
116+
versionCode 775
117117
testBuildType System.getProperty('testBuildType', 'debug')
118118
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
119119
}

apps/wallet-mobile/ios/Podfile.lock

+11
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,15 @@ PODS:
153153
- libwebp/sharpyuv (1.3.2)
154154
- libwebp/webp (1.3.2):
155155
- libwebp/sharpyuv
156+
<<<<<<< Updated upstream
156157
- MMKV (1.3.3):
157158
- MMKVCore (~> 1.3.3)
158159
- MMKVCore (1.3.3)
160+
=======
161+
- MMKV (2.0.0):
162+
- MMKVCore (~> 2.0.0)
163+
- MMKVCore (2.0.0)
164+
>>>>>>> Stashed changes
159165
- MultiplatformBleAdapter (0.1.9)
160166
- nanopb (3.30910.0):
161167
- nanopb/decode (= 3.30910.0)
@@ -958,8 +964,13 @@ SPEC CHECKSUMS:
958964
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
959965
libvmaf: 27f523f1e63c694d14d534cd0fddd2fab0ae8711
960966
libwebp: 1786c9f4ff8a279e4dac1e8f385004d5fc253009
967+
<<<<<<< Updated upstream
961968
MMKV: f902fb6719da13c2ab0965233d8963a59416f911
962969
MMKVCore: d26e4d3edd5cb8588c2569222cbd8be4231374e9
970+
=======
971+
MMKV: f7d1d5945c8765f97f39c3d121f353d46735d801
972+
MMKVCore: c04b296010fcb1d1638f2c69405096aac12f6390
973+
>>>>>>> Stashed changes
963974
MultiplatformBleAdapter: 5a6a897b006764392f9cef785e4360f54fb9477d
964975
nanopb: fad817b59e0457d11a5dfbde799381cd727c1275
965976
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47

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>5.2.0</string>
20+
<string>5.3.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>640</string>
24+
<string>641</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
@@ -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 = 640;
864+
CURRENT_PROJECT_VERSION = 641;
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 = 640;
910+
CURRENT_PROJECT_VERSION = 641;
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 = 640;
1106+
CURRENT_PROJECT_VERSION = 641;
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 = 640;
1152+
CURRENT_PROJECT_VERSION = 641;
11531153
DEVELOPMENT_TEAM = "";
11541154
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = F8NVT2G2L4;
11551155
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>5.2.0</string>
20+
<string>5.3.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>640</string>
37+
<string>641</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>5.2.0</string>
18+
<string>5.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>640</string>
22+
<string>641</string>
2323
</dict>
2424
</plist>

apps/wallet-mobile/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yoroi/wallet-mobile",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
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)