Skip to content

Commit 2e8e2e1

Browse files
authored
Release 3.6.0 RC-3
1 parent 039eaaf commit 2e8e2e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ android {
166166
applicationId "io.metamask"
167167
minSdkVersion rootProject.ext.minSdkVersion
168168
targetSdkVersion rootProject.ext.targetSdkVersion
169-
versionCode 789
169+
versionCode 790
170170
versionName "3.6.0"
171171
multiDexEnabled true
172172
testBuildType System.getProperty('testBuildType', 'debug')

bitrise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ app:
300300
VERSION_NAME: 3.6.0
301301
- opts:
302302
is_expand: false
303-
VERSION_NUMBER: 789
303+
VERSION_NUMBER: 790
304304
- opts:
305305
is_expand: false
306306
ANDROID_APK_LINK: ''

ios/MetaMask.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
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 = 789;
851+
CURRENT_PROJECT_VERSION = 790;
852852
DEAD_CODE_STRIPPING = NO;
853853
DEBUG_INFORMATION_FORMAT = dwarf;
854854
DEVELOPMENT_TEAM = 48XVW22RCG;

0 commit comments

Comments
 (0)