Skip to content

Commit 7fd945d

Browse files
chore(release): Bump main version to 7.78.0 (MetaMask#29884)
## Version Bump After Release This PR bumps the main branch version from 7.77.0 to 7.78.0 after cutting the release branch. ### Why this is needed: - **Nightly builds**: Each nightly build needs to be one minor version ahead of the current release candidate - **Version conflicts**: Prevents conflicts between nightlies and release candidates - **Platform alignment**: Maintains version alignment between MetaMask mobile and extension - **Update systems**: Ensures nightlies are accepted by app stores and browser update systems ### What changed: - Version bumped from `7.77.0` to `7.78.0` - Platform: `mobile` - Files updated by `set-semvar-version.sh` script ### Next steps: This PR should be **manually reviewed and merged by the release manager** to maintain proper version flow. ### Related: - Release version: 7.77.0 - Release branch: release/7.77.0 - Platform: mobile - Test mode: false --- *This PR was automatically created by the `create-platform-release-pr.sh` script.* Co-authored-by: metamaskbot <metamaskbot@users.noreply.github.com>
1 parent 7277bbb commit 7fd945d

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.77.0"
190+
versionName "7.78.0"
191191
versionCode 4532
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
@@ -3552,13 +3552,13 @@ app:
35523552
PROJECT_LOCATION_IOS: ios
35533553
- opts:
35543554
is_expand: false
3555-
VERSION_NAME: 7.77.0
3555+
VERSION_NAME: 7.78.0
35563556
- opts:
35573557
is_expand: false
35583558
VERSION_NUMBER: 4823
35593559
- opts:
35603560
is_expand: false
3561-
FLASK_VERSION_NAME: 7.77.0
3561+
FLASK_VERSION_NAME: 7.78.0
35623562
- opts:
35633563
is_expand: false
35643564
FLASK_VERSION_NUMBER: 4823

ios/MetaMask.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,7 @@
13071307
"${inherited}",
13081308
);
13091309
LLVM_LTO = YES;
1310-
MARKETING_VERSION = 7.77.0;
1310+
MARKETING_VERSION = 7.78.0;
13111311
ONLY_ACTIVE_ARCH = YES;
13121312
OTHER_CFLAGS = "$(inherited)";
13131313
OTHER_LDFLAGS = (
@@ -1373,7 +1373,7 @@
13731373
"${inherited}",
13741374
);
13751375
LLVM_LTO = YES;
1376-
MARKETING_VERSION = 7.77.0;
1376+
MARKETING_VERSION = 7.78.0;
13771377
ONLY_ACTIVE_ARCH = NO;
13781378
OTHER_CFLAGS = "$(inherited)";
13791379
OTHER_LDFLAGS = (
@@ -1442,7 +1442,7 @@
14421442
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
14431443
);
14441444
LLVM_LTO = YES;
1445-
MARKETING_VERSION = 7.77.0;
1445+
MARKETING_VERSION = 7.78.0;
14461446
ONLY_ACTIVE_ARCH = YES;
14471447
OTHER_CFLAGS = "$(inherited)";
14481448
OTHER_LDFLAGS = (
@@ -1506,7 +1506,7 @@
15061506
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
15071507
);
15081508
LLVM_LTO = YES;
1509-
MARKETING_VERSION = 7.77.0;
1509+
MARKETING_VERSION = 7.78.0;
15101510
ONLY_ACTIVE_ARCH = NO;
15111511
OTHER_CFLAGS = "$(inherited)";
15121512
OTHER_LDFLAGS = (
@@ -1672,7 +1672,7 @@
16721672
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
16731673
);
16741674
LLVM_LTO = YES;
1675-
MARKETING_VERSION = 7.77.0;
1675+
MARKETING_VERSION = 7.78.0;
16761676
ONLY_ACTIVE_ARCH = YES;
16771677
OTHER_CFLAGS = (
16781678
"$(inherited)",
@@ -1739,7 +1739,7 @@
17391739
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
17401740
);
17411741
LLVM_LTO = YES;
1742-
MARKETING_VERSION = 7.77.0;
1742+
MARKETING_VERSION = 7.78.0;
17431743
ONLY_ACTIVE_ARCH = NO;
17441744
OTHER_CFLAGS = (
17451745
"$(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.77.0",
3+
"version": "7.78.0",
44
"private": true,
55
"scripts": {
66
"install:foundryup": "yarn mm-foundryup",

0 commit comments

Comments
 (0)