Skip to content

Commit 5983313

Browse files
authored
Update build number (#3502)
1 parent 5f2dacf commit 5983313

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ android {
161161
applicationId "io.metamask"
162162
minSdkVersion rootProject.ext.minSdkVersion
163163
targetSdkVersion rootProject.ext.targetSdkVersion
164-
versionCode 800
164+
versionCode 801
165165
versionName "3.8.0"
166166
multiDexEnabled true
167167
testBuildType System.getProperty('testBuildType', 'debug')

bitrise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ app:
329329
VERSION_NAME: 3.8.0
330330
- opts:
331331
is_expand: false
332-
VERSION_NUMBER: 800
332+
VERSION_NUMBER: 801
333333
- opts:
334334
is_expand: false
335335
ANDROID_APK_LINK: ''

ios/MetaMask.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@
848848
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMaskDebug.entitlements;
849849
CODE_SIGN_IDENTITY = "iPhone Developer";
850850
CODE_SIGN_STYLE = Manual;
851-
CURRENT_PROJECT_VERSION = 800;
851+
CURRENT_PROJECT_VERSION = 801;
852852
DEAD_CODE_STRIPPING = NO;
853853
DEBUG_INFORMATION_FORMAT = dwarf;
854854
DEVELOPMENT_TEAM = 48XVW22RCG;
@@ -912,7 +912,7 @@
912912
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMask.entitlements;
913913
CODE_SIGN_IDENTITY = "iPhone Distribution";
914914
CODE_SIGN_STYLE = Manual;
915-
CURRENT_PROJECT_VERSION = 800;
915+
CURRENT_PROJECT_VERSION = 801;
916916
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
917917
DEVELOPMENT_TEAM = 48XVW22RCG;
918918
FRAMEWORK_SEARCH_PATHS = (

0 commit comments

Comments
 (0)