Skip to content

Commit

Permalink
v3.4.0 RC5 (#3244)
Browse files Browse the repository at this point in the history
* Update build version to 782

* Update change logs

* Update build number to 783

* Update change logs
  • Loading branch information
Cal-L authored Oct 1, 2021
1 parent 9a377ad commit ddf44bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Current Develop Branch
## v3.4.0 - September 27 2021
- [#3243](https://github.com/MetaMask/metamask-mobile/pull/3243): [FIX] Fix decode transfer data
- [#3221](https://github.com/MetaMask/metamask-mobile/pull/3221): [IMPROVEMENT] Replacing swaps source image to include new 1inch logo.
- [#3203](https://github.com/MetaMask/metamask-mobile/pull/3203): [FIX] Disable confirm button when transaction is submitted
- [#3211](https://github.com/MetaMask/metamask-mobile/pull/3211): [FIX] Reflect network change on Browser
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ android {
applicationId "io.metamask"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 782
versionCode 783
versionName "3.4.0"
multiDexEnabled true
testBuildType System.getProperty('testBuildType', 'debug')
Expand Down
2 changes: 1 addition & 1 deletion bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ app:
VERSION_NAME: 3.4.0
- opts:
is_expand: false
VERSION_NUMBER: 782
VERSION_NUMBER: 783
- opts:
is_expand: false
ANDROID_APK_LINK: ''
Expand Down
2 changes: 1 addition & 1 deletion ios/MetaMask.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMaskDebug.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 782;
CURRENT_PROJECT_VERSION = 783;
DEAD_CODE_STRIPPING = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 48XVW22RCG;
Expand Down

0 comments on commit ddf44bc

Please sign in to comment.