Skip to content

Commit 6736465

Browse files
committed
updated version to 7.54.2 and added changelog entry
1 parent 1a84ada commit 6736465

File tree

5 files changed

+18
-12
lines changed

5 files changed

+18
-12
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [7.54.2]
11+
12+
### Fixed
13+
-
14+
1015
## [7.54.1]
1116

1217
### Fixed
@@ -6457,8 +6462,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
64576462
- [#957](https://github.com/MetaMask/metamask-mobile/pull/957): fix timeouts (#957)
64586463
- [#954](https://github.com/MetaMask/metamask-mobile/pull/954): Bugfix: onboarding navigation (#954)
64596464

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
64626468
[7.54.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.53.1...v7.54.0
64636469
[7.53.1]: https://github.com/MetaMask/metamask-mobile/compare/v7.53.0...v7.53.1
64646470
[7.53.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.51.1...v7.53.0

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ android {
187187
applicationId "io.metamask"
188188
minSdkVersion rootProject.ext.minSdkVersion
189189
targetSdkVersion rootProject.ext.targetSdkVersion
190-
versionName "7.54.1"
190+
versionName "7.54.2"
191191
versionCode 2362
192192
testBuildType System.getProperty('testBuildType', 'debug')
193193
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

bitrise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3584,13 +3584,13 @@ app:
35843584
PROJECT_LOCATION_IOS: ios
35853585
- opts:
35863586
is_expand: false
3587-
VERSION_NAME: 7.54.1
3587+
VERSION_NAME: 7.54.2
35883588
- opts:
35893589
is_expand: false
35903590
VERSION_NUMBER: 2362
35913591
- opts:
35923592
is_expand: false
3593-
FLASK_VERSION_NAME: 7.54.1
3593+
FLASK_VERSION_NAME: 7.54.2
35943594
- opts:
35953595
is_expand: false
35963596
FLASK_VERSION_NUMBER: 2362

ios/MetaMask.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,7 @@
13111311
"${inherited}",
13121312
);
13131313
LLVM_LTO = YES;
1314-
MARKETING_VERSION = 7.54.1;
1314+
MARKETING_VERSION = 7.54.2;
13151315
ONLY_ACTIVE_ARCH = YES;
13161316
OTHER_CFLAGS = "$(inherited)";
13171317
OTHER_LDFLAGS = (
@@ -1377,7 +1377,7 @@
13771377
"${inherited}",
13781378
);
13791379
LLVM_LTO = YES;
1380-
MARKETING_VERSION = 7.54.1;
1380+
MARKETING_VERSION = 7.54.2;
13811381
ONLY_ACTIVE_ARCH = NO;
13821382
OTHER_CFLAGS = "$(inherited)";
13831383
OTHER_LDFLAGS = (
@@ -1446,7 +1446,7 @@
14461446
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
14471447
);
14481448
LLVM_LTO = YES;
1449-
MARKETING_VERSION = 7.54.1;
1449+
MARKETING_VERSION = 7.54.2;
14501450
ONLY_ACTIVE_ARCH = YES;
14511451
OTHER_CFLAGS = "$(inherited)";
14521452
OTHER_LDFLAGS = (
@@ -1510,7 +1510,7 @@
15101510
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
15111511
);
15121512
LLVM_LTO = YES;
1513-
MARKETING_VERSION = 7.54.1;
1513+
MARKETING_VERSION = 7.54.2;
15141514
ONLY_ACTIVE_ARCH = NO;
15151515
OTHER_CFLAGS = "$(inherited)";
15161516
OTHER_LDFLAGS = (
@@ -1676,7 +1676,7 @@
16761676
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
16771677
);
16781678
LLVM_LTO = YES;
1679-
MARKETING_VERSION = 7.54.1;
1679+
MARKETING_VERSION = 7.54.2;
16801680
ONLY_ACTIVE_ARCH = YES;
16811681
OTHER_CFLAGS = (
16821682
"$(inherited)",
@@ -1743,7 +1743,7 @@
17431743
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
17441744
);
17451745
LLVM_LTO = YES;
1746-
MARKETING_VERSION = 7.54.1;
1746+
MARKETING_VERSION = 7.54.2;
17471747
ONLY_ACTIVE_ARCH = NO;
17481748
OTHER_CFLAGS = (
17491749
"$(inherited)",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metamask",
3-
"version": "7.54.1",
3+
"version": "7.54.2",
44
"private": true,
55
"scripts": {
66
"install:foundryup": "yarn mm-foundryup",

0 commit comments

Comments
 (0)