Skip to content

Commit 82a06de

Browse files
authored
Update build version. Update change logs. (#3642)
1 parent c213586 commit 82a06de

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
## v4.0.0 - January 20, 2022
66
- [#3509](https://github.com/MetaMask/metamask-mobile/pull/3509): [IMPROVEMENT] Upgrade to React Native 0.66.3
7+
- [#3623](https://github.com/MetaMask/metamask-mobile/pull/3623): [FIX] Fix swaps slider button re-rendering
78
- [#3481](https://github.com/MetaMask/metamask-mobile/pull/3481): [FIX] Fix confirm button disabled on txn confirmation
89
- [#3495](https://github.com/MetaMask/metamask-mobile/pull/3495): [IMPROVEMENT] Reduce png file image weight using TinyPng cli tool
910

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ android {
160160
applicationId "io.metamask"
161161
minSdkVersion rootProject.ext.minSdkVersion
162162
targetSdkVersion rootProject.ext.targetSdkVersion
163-
versionCode 809
163+
versionCode 810
164164
versionName "4.0.0"
165165
multiDexEnabled true
166166
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: 4.0.0
330330
- opts:
331331
is_expand: false
332-
VERSION_NUMBER: 809
332+
VERSION_NUMBER: 810
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
@@ -817,7 +817,7 @@
817817
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMaskDebug.entitlements;
818818
CODE_SIGN_IDENTITY = "iPhone Developer";
819819
CODE_SIGN_STYLE = Manual;
820-
CURRENT_PROJECT_VERSION = 809;
820+
CURRENT_PROJECT_VERSION = 810;
821821
DEAD_CODE_STRIPPING = YES;
822822
DEBUG_INFORMATION_FORMAT = dwarf;
823823
DEVELOPMENT_TEAM = 48XVW22RCG;
@@ -884,7 +884,7 @@
884884
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMask.entitlements;
885885
CODE_SIGN_IDENTITY = "iPhone Distribution";
886886
CODE_SIGN_STYLE = Manual;
887-
CURRENT_PROJECT_VERSION = 809;
887+
CURRENT_PROJECT_VERSION = 810;
888888
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
889889
DEVELOPMENT_TEAM = 48XVW22RCG;
890890
FRAMEWORK_SEARCH_PATHS = (

0 commit comments

Comments
 (0)