Skip to content

Commit 943b50e

Browse files
authored
release(wallet-mobile): v4.28.3 (#3616)
2 parents a9431a6 + 3cfd635 commit 943b50e

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
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 707
112-
versionName "4.28.1"
111+
versionCode 711
112+
versionName "4.28.3"
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.1</string>
20+
<string>4.28.3</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>594</string>
24+
<string>598</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 = 594;
842+
CURRENT_PROJECT_VERSION = 598;
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 = 594;
887+
CURRENT_PROJECT_VERSION = 598;
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 = 594;
1082+
CURRENT_PROJECT_VERSION = 598;
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 = 594;
1127+
CURRENT_PROJECT_VERSION = 598;
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.1</string>
20+
<string>4.28.3</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>594</string>
37+
<string>598</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.1</string>
18+
<string>4.28.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>594</string>
22+
<string>598</string>
2323
</dict>
2424
</plist>

apps/wallet-mobile/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yoroi/wallet-mobile",
3-
"version": "4.28.1",
3+
"version": "4.28.3",
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",
@@ -98,7 +98,7 @@
9898
"@emurgo/cross-csl-mobile": "^5.1.0-beta.1",
9999
"@emurgo/csl-mobile-bridge": "^6.1.0-beta.1",
100100
"@emurgo/react-native-blockies-svg": "^0.0.2",
101-
"@emurgo/react-native-hid": "^5.15.6",
101+
"@emurgo/react-native-hid": "5.15.8",
102102
"@emurgo/yoroi-lib": "^1.2.1",
103103
"@formatjs/intl-datetimeformat": "^6.7.0",
104104
"@formatjs/intl-getcanonicallocales": "^2.1.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2744,10 +2744,10 @@
27442744
dependencies:
27452745
react-native-svg "13.8.0"
27462746

2747-
"@emurgo/react-native-hid@^5.15.6":
2748-
version "5.15.6"
2749-
resolved "https://registry.yarnpkg.com/@emurgo/react-native-hid/-/react-native-hid-5.15.6.tgz#bade99f9434a1d4080b777e9f724f4634a73330f"
2750-
integrity sha512-jtWsp0QfkWRWAGgNVp9ThTtAEqNmddSRk/yABQTK1vrVhZKxwc66l9ejl9YZw1crIr7W4FTqDThQ0KWuj9TlPw==
2747+
"@emurgo/react-native-hid@5.15.8":
2748+
version "5.15.8"
2749+
resolved "https://registry.yarnpkg.com/@emurgo/react-native-hid/-/react-native-hid-5.15.8.tgz#10db96befce4b7f621ab8f477a63c28e1aa082d0"
2750+
integrity sha512-wqW/alaHBMUXAbqkaNAe1q/qc4RG4X0vEfSRwp7ZwCP9NyJ6+1DJj7TesWTPtbkSr9U2iDbvGSpWR9Fe8vdDPA==
27512751
dependencies:
27522752
"@ledgerhq/devices" "^5.15.0"
27532753
"@ledgerhq/errors" "^5.15.0"

0 commit comments

Comments
 (0)