Skip to content

Commit 30dacb2

Browse files
authored
fix: revert version number (MetaMask#23217)
<!-- 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** Revert version number to 7.61.0 ## **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: Revert version number ## **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] > Reverts version from 7.61.99 to 7.61.0 across Android, iOS, CI (Bitrise), and package.json. > > - **Android**: > - Set `android/app/build.gradle` `versionName` to `7.61.0`. > - **iOS**: > - Set Xcode `MARKETING_VERSION` to `7.61.0` across targets in `ios/MetaMask.xcodeproj/project.pbxproj`. > - **CI/Build**: > - Update Bitrise envs `VERSION_NAME` and `FLASK_VERSION_NAME` to `7.61.0` in `bitrise.yml`. > - **Repo Metadata**: > - Set `package.json` `version` to `7.61.0`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit faa3129. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 1ad2666 commit 30dacb2

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

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.61.99"
190+
versionName "7.61.0"
191191
versionCode 3092
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
@@ -3577,13 +3577,13 @@ app:
35773577
PROJECT_LOCATION_IOS: ios
35783578
- opts:
35793579
is_expand: false
3580-
VERSION_NAME: 7.61.99
3580+
VERSION_NAME: 7.61.0
35813581
- opts:
35823582
is_expand: false
35833583
VERSION_NUMBER: 3092
35843584
- opts:
35853585
is_expand: false
3586-
FLASK_VERSION_NAME: 7.61.99
3586+
FLASK_VERSION_NAME: 7.61.0
35873587
- opts:
35883588
is_expand: false
35893589
FLASK_VERSION_NUMBER: 3092

ios/MetaMask.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,7 @@
13191319
"${inherited}",
13201320
);
13211321
LLVM_LTO = YES;
1322-
MARKETING_VERSION = 7.61.99;
1322+
MARKETING_VERSION = 7.61.0;
13231323
ONLY_ACTIVE_ARCH = YES;
13241324
OTHER_CFLAGS = "$(inherited)";
13251325
OTHER_LDFLAGS = (
@@ -1385,7 +1385,7 @@
13851385
"${inherited}",
13861386
);
13871387
LLVM_LTO = YES;
1388-
MARKETING_VERSION = 7.61.99;
1388+
MARKETING_VERSION = 7.61.0;
13891389
ONLY_ACTIVE_ARCH = NO;
13901390
OTHER_CFLAGS = "$(inherited)";
13911391
OTHER_LDFLAGS = (
@@ -1454,7 +1454,7 @@
14541454
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
14551455
);
14561456
LLVM_LTO = YES;
1457-
MARKETING_VERSION = 7.61.99;
1457+
MARKETING_VERSION = 7.61.0;
14581458
ONLY_ACTIVE_ARCH = YES;
14591459
OTHER_CFLAGS = "$(inherited)";
14601460
OTHER_LDFLAGS = (
@@ -1518,7 +1518,7 @@
15181518
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
15191519
);
15201520
LLVM_LTO = YES;
1521-
MARKETING_VERSION = 7.61.99;
1521+
MARKETING_VERSION = 7.61.0;
15221522
ONLY_ACTIVE_ARCH = NO;
15231523
OTHER_CFLAGS = "$(inherited)";
15241524
OTHER_LDFLAGS = (
@@ -1684,7 +1684,7 @@
16841684
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
16851685
);
16861686
LLVM_LTO = YES;
1687-
MARKETING_VERSION = 7.61.99;
1687+
MARKETING_VERSION = 7.61.0;
16881688
ONLY_ACTIVE_ARCH = YES;
16891689
OTHER_CFLAGS = (
16901690
"$(inherited)",
@@ -1751,7 +1751,7 @@
17511751
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
17521752
);
17531753
LLVM_LTO = YES;
1754-
MARKETING_VERSION = 7.61.99;
1754+
MARKETING_VERSION = 7.61.0;
17551755
ONLY_ACTIVE_ARCH = NO;
17561756
OTHER_CFLAGS = (
17571757
"$(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.61.99",
3+
"version": "7.61.0",
44
"private": true,
55
"scripts": {
66
"install:foundryup": "yarn mm-foundryup",

0 commit comments

Comments
 (0)