File tree Expand file tree Collapse file tree 5 files changed +18
-12
lines changed Expand file tree Collapse file tree 5 files changed +18
-12
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+ ## [7.54.2]
11
+
12
+ ### Fixed
13
+ -
14
+
10
15
## [7.54.1]
11
16
12
17
### Fixed
@@ -6457,8 +6462,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6457
6462
- [#957](https://github.com/MetaMask/metamask-mobile/pull/957): fix timeouts (#957)
6458
6463
- [#954](https://github.com/MetaMask/metamask-mobile/pull/954): Bugfix: onboarding navigation (#954)
6459
6464
6460
- [Unreleased]: https://github.com/MetaMask/metamask-mobile/compare/v7.54.1...HEAD
6461
- [7.54.1]: https://github.com/MetaMask/metamask-mobile/compare/v7.54.1...v7.54.1
6465
+ [Unreleased]: https://github.com/MetaMask/metamask-mobile/compare/v7.54.2...HEAD
6466
+ [7.54.2]: https://github.com/MetaMask/metamask-mobile/compare/v7.54.1...v7.54.2
6467
+ [7.54.1]: https://github.com/MetaMask/metamask-mobile/compare/v7.54.0...v7.54.1
6462
6468
[7.54.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.53.1...v7.54.0
6463
6469
[7.53.1]: https://github.com/MetaMask/metamask-mobile/compare/v7.53.0...v7.53.1
6464
6470
[7.53.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.51.1...v7.53.0
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ android {
187
187
applicationId " io.metamask"
188
188
minSdkVersion rootProject. ext. minSdkVersion
189
189
targetSdkVersion rootProject. ext. targetSdkVersion
190
- versionName " 7.54.1 "
190
+ versionName " 7.54.2 "
191
191
versionCode 2362
192
192
testBuildType System . getProperty(' testBuildType' , ' debug' )
193
193
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -3584,13 +3584,13 @@ app:
3584
3584
PROJECT_LOCATION_IOS : ios
3585
3585
- opts :
3586
3586
is_expand : false
3587
- VERSION_NAME : 7.54.1
3587
+ VERSION_NAME : 7.54.2
3588
3588
- opts :
3589
3589
is_expand : false
3590
3590
VERSION_NUMBER : 2362
3591
3591
- opts :
3592
3592
is_expand : false
3593
- FLASK_VERSION_NAME : 7.54.1
3593
+ FLASK_VERSION_NAME : 7.54.2
3594
3594
- opts :
3595
3595
is_expand : false
3596
3596
FLASK_VERSION_NUMBER : 2362
Original file line number Diff line number Diff line change 1311
1311
"${inherited}",
1312
1312
);
1313
1313
LLVM_LTO = YES;
1314
- MARKETING_VERSION = 7.54.1 ;
1314
+ MARKETING_VERSION = 7.54.2 ;
1315
1315
ONLY_ACTIVE_ARCH = YES;
1316
1316
OTHER_CFLAGS = "$(inherited)";
1317
1317
OTHER_LDFLAGS = (
1377
1377
"${inherited}",
1378
1378
);
1379
1379
LLVM_LTO = YES;
1380
- MARKETING_VERSION = 7.54.1 ;
1380
+ MARKETING_VERSION = 7.54.2 ;
1381
1381
ONLY_ACTIVE_ARCH = NO;
1382
1382
OTHER_CFLAGS = "$(inherited)";
1383
1383
OTHER_LDFLAGS = (
1446
1446
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
1447
1447
);
1448
1448
LLVM_LTO = YES;
1449
- MARKETING_VERSION = 7.54.1 ;
1449
+ MARKETING_VERSION = 7.54.2 ;
1450
1450
ONLY_ACTIVE_ARCH = YES;
1451
1451
OTHER_CFLAGS = "$(inherited)";
1452
1452
OTHER_LDFLAGS = (
1510
1510
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
1511
1511
);
1512
1512
LLVM_LTO = YES;
1513
- MARKETING_VERSION = 7.54.1 ;
1513
+ MARKETING_VERSION = 7.54.2 ;
1514
1514
ONLY_ACTIVE_ARCH = NO;
1515
1515
OTHER_CFLAGS = "$(inherited)";
1516
1516
OTHER_LDFLAGS = (
1676
1676
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
1677
1677
);
1678
1678
LLVM_LTO = YES;
1679
- MARKETING_VERSION = 7.54.1 ;
1679
+ MARKETING_VERSION = 7.54.2 ;
1680
1680
ONLY_ACTIVE_ARCH = YES;
1681
1681
OTHER_CFLAGS = (
1682
1682
"$(inherited)",
1743
1743
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
1744
1744
);
1745
1745
LLVM_LTO = YES;
1746
- MARKETING_VERSION = 7.54.1 ;
1746
+ MARKETING_VERSION = 7.54.2 ;
1747
1747
ONLY_ACTIVE_ARCH = NO;
1748
1748
OTHER_CFLAGS = (
1749
1749
"$(inherited)",
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " metamask" ,
3
- "version" : " 7.54.1 " ,
3
+ "version" : " 7.54.2 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"install:foundryup" : " yarn mm-foundryup" ,
You can’t perform that action at this time.
0 commit comments