Skip to content

Commit 7e7938a

Browse files
chore: semver bump to 7.60.0 (#22395)
<!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. --> ## **Description** <!-- Write a short description of the changes included in this pull request, also include relevant motivation and context. Have in mind the following questions: 1. What is the reason for the change? 2. What is the improvement/solution? --> Manual intervention on semver version bump because release automation failed. ## **Changelog** <!-- If this PR is not End-User-Facing and should not show up in the CHANGELOG, you can choose to either: 1. Write `CHANGELOG entry: null` 2. Label with `no-changelog` If this PR is End-User-Facing, please write a short User-Facing description in the past tense like: `CHANGELOG entry: Added a new tab for users to see their NFTs` `CHANGELOG entry: Fixed a bug that was causing some NFTs to flicker` (This helps the Release Engineer do their job more quickly and accurately) --> CHANGELOG entry: null ## **Related issues** Fixes: ## **Manual testing steps** ```gherkin Feature: my feature name Scenario: user [verb for user action] Given [describe expected initial app state] When user [verb for user action] Then [describe expected outcome] ``` ## **Screenshots/Recordings** <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> ### **Before** <!-- [screenshots/recordings] --> ### **After** <!-- [screenshots/recordings] --> ## **Pre-merge author checklist** - [ ] I’ve followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Mobile Coding Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [ ] I've completed the PR template to the best of my ability - [ ] I’ve included tests if applicable - [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [ ] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Updates Android versionName, iOS MARKETING_VERSION, and Bitrise VERSION_NAME/FLASK_VERSION_NAME to 7.60.0. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 82841dc. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: tommasini <46944231+tommasini@users.noreply.github.com>
1 parent 82e043d commit 7e7938a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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.59.0"
190+
versionName "7.60.0"
191191
versionCode 2818
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
@@ -3574,13 +3574,13 @@ app:
35743574
PROJECT_LOCATION_IOS: ios
35753575
- opts:
35763576
is_expand: false
3577-
VERSION_NAME: 7.59.0
3577+
VERSION_NAME: 7.60.0
35783578
- opts:
35793579
is_expand: false
35803580
VERSION_NUMBER: 2818
35813581
- opts:
35823582
is_expand: false
3583-
FLASK_VERSION_NAME: 7.59.0
3583+
FLASK_VERSION_NAME: 7.60.0
35843584
- opts:
35853585
is_expand: false
35863586
FLASK_VERSION_NUMBER: 2818

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.59.0;
1314+
MARKETING_VERSION = 7.60.0;
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.59.0;
1380+
MARKETING_VERSION = 7.60.0;
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.59.0;
1449+
MARKETING_VERSION = 7.60.0;
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.59.0;
1513+
MARKETING_VERSION = 7.60.0;
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.59.0;
1679+
MARKETING_VERSION = 7.60.0;
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.59.0;
1746+
MARKETING_VERSION = 7.60.0;
17471747
ONLY_ACTIVE_ARCH = NO;
17481748
OTHER_CFLAGS = (
17491749
"$(inherited)",

0 commit comments

Comments
 (0)