Skip to content

Commit 2f18776

Browse files
committed
bump semvar version to 7.75.1 && build version to 4778
1 parent 5034f15 commit 2f18776

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.75.0"
190+
versionName "7.75.1"
191191
versionCode 4754
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
@@ -3555,13 +3555,13 @@ app:
35553555
PROJECT_LOCATION_IOS: ios
35563556
- opts:
35573557
is_expand: false
3558-
VERSION_NAME: 7.75.0
3558+
VERSION_NAME: 7.75.1
35593559
- opts:
35603560
is_expand: false
35613561
VERSION_NUMBER: 4754
35623562
- opts:
35633563
is_expand: false
3564-
FLASK_VERSION_NAME: 7.75.0
3564+
FLASK_VERSION_NAME: 7.75.1
35653565
- opts:
35663566
is_expand: false
35673567
FLASK_VERSION_NUMBER: 4754

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.75.0;
1310+
MARKETING_VERSION = 7.75.1;
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.75.0;
1376+
MARKETING_VERSION = 7.75.1;
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.75.0;
1445+
MARKETING_VERSION = 7.75.1;
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.75.0;
1509+
MARKETING_VERSION = 7.75.1;
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.75.0;
1675+
MARKETING_VERSION = 7.75.1;
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.75.0;
1742+
MARKETING_VERSION = 7.75.1;
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.75.0",
3+
"version": "7.75.1",
44
"private": true,
55
"scripts": {
66
"install:foundryup": "yarn mm-foundryup",

0 commit comments

Comments
 (0)