Skip to content

Commit

Permalink
Release version 1.1.20 (280)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenduythuc committed Dec 20, 2023
1 parent dbed4a4 commit 3daf9c2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.1.20 (280)
- Update web runner 1.1.26 (#1258)
- Fix UI bug Filter screen (#1254)
- Fix bug error page when reset account (#1255)
- Fix bug automatically switch all accounts mode when connect or perform transaction via WalletConnect (#1221)

## 1.1.19 (276)


Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 278
versionName "1.1.19"
versionName "1.1.20"
missingDimensionStrategy 'react-native-camera', 'general'
}

Expand Down
4 changes: 2 additions & 2 deletions ios/SubWalletMobile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.19;
MARKETING_VERSION = 1.1.20;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -578,7 +578,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.19;
MARKETING_VERSION = 1.1.20;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "SubWalletMobile",
"version": "1.1.19",
"build": "278",
"version": "1.1.20",
"build": "280",
"bundleVersion": "a(v8)-i(v3)",
"bundleVersionStaging": "a(v4)-i(v5)",
"private": true,
Expand Down

0 comments on commit 3daf9c2

Please sign in to comment.