Skip to content

Commit d27d2ec

Browse files
release: Bump main version to 8.5.0 (MetaMask#33460)
## Version Bump After Release This PR bumps the main branch version from 8.4.0 to 8.5.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 `8.4.0` to `8.5.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: 8.4.0 - Release branch: release/8.4.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 48fe005 commit d27d2ec

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ android {
201201
applicationId "io.metamask"
202202
minSdkVersion rootProject.ext.minSdkVersion
203203
targetSdkVersion rootProject.ext.targetSdkVersion
204-
versionName "8.4.0"
204+
versionName "8.5.0"
205205
versionCode 4532
206206
testBuildType System.getProperty('testBuildType', 'debug')
207207
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

ios/MetaMask.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@
10281028
"${inherited}",
10291029
);
10301030
LLVM_LTO = YES;
1031-
MARKETING_VERSION = 8.4.0;
1031+
MARKETING_VERSION = 8.5.0;
10321032
ONLY_ACTIVE_ARCH = YES;
10331033
OTHER_CFLAGS = "$(inherited)";
10341034
OTHER_LDFLAGS = (
@@ -1094,7 +1094,7 @@
10941094
"${inherited}",
10951095
);
10961096
LLVM_LTO = YES;
1097-
MARKETING_VERSION = 8.4.0;
1097+
MARKETING_VERSION = 8.5.0;
10981098
ONLY_ACTIVE_ARCH = NO;
10991099
OTHER_CFLAGS = "$(inherited)";
11001100
OTHER_LDFLAGS = (
@@ -1163,7 +1163,7 @@
11631163
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
11641164
);
11651165
LLVM_LTO = YES;
1166-
MARKETING_VERSION = 8.4.0;
1166+
MARKETING_VERSION = 8.5.0;
11671167
ONLY_ACTIVE_ARCH = YES;
11681168
OTHER_CFLAGS = "$(inherited)";
11691169
OTHER_LDFLAGS = (
@@ -1227,7 +1227,7 @@
12271227
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
12281228
);
12291229
LLVM_LTO = YES;
1230-
MARKETING_VERSION = 8.4.0;
1230+
MARKETING_VERSION = 8.5.0;
12311231
ONLY_ACTIVE_ARCH = NO;
12321232
OTHER_CFLAGS = "$(inherited)";
12331233
OTHER_LDFLAGS = (

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": "8.4.0",
3+
"version": "8.5.0",
44
"private": true,
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)