Skip to content

Commit

Permalink
Release version 1.1.2 (222)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenduythuc committed Sep 30, 2023
1 parent 64752a4 commit 713d9ac
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.1.2 (222)
- Upgrade React Native 0.72.4 (#1007)
- Bug error page when open Customize access screen (#1041)
- Bug bug navigate incorrect in case search token to get address (#995)
- Bug static server to support cors (#988)
- Bug Need to auto-focus the master password field on Android device (#1020)
- Bug Biometric failed attempts alert isn't shown in enable biometric/change master password (#1016)
- Bug Auto back to App previous in case connect wallet connect the fisrt times in app Browser (#1019)

## 1.1.1 (221)
- Show incorrect provider in case import provider successful (#989)
- Upgrade UI Select provider (#840)
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ android {
applicationId "app.subwallet.mobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 221
versionName "1.1.1"
versionCode 222
versionName "1.1.2"
missingDimensionStrategy 'react-native-camera', 'general'
}

Expand Down
8 changes: 4 additions & 4 deletions ios/SubWalletMobile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = SubWalletMobile/SubWalletMobile.entitlements;
CURRENT_PROJECT_VERSION = 221;
CURRENT_PROJECT_VERSION = 222;
DEVELOPMENT_TEAM = ZUZ7T3GQMT;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = SubWalletMobile/Info.plist;
Expand All @@ -546,7 +546,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.1;
MARKETING_VERSION = 1.1.2;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -568,7 +568,7 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = SubWalletMobile/SubWalletMobile.entitlements;
CURRENT_PROJECT_VERSION = 221;
CURRENT_PROJECT_VERSION = 222;
DEVELOPMENT_TEAM = ZUZ7T3GQMT;
INFOPLIST_FILE = SubWalletMobile/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = SubWallet;
Expand All @@ -578,7 +578,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.1;
MARKETING_VERSION = 1.1.2;
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.1",
"build": "221",
"version": "1.1.2",
"build": "222",
"private": true,
"license": "Apache-2.0",
"reactNativePermissionsIOS": [
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6325,9 +6325,9 @@ bindings@^1.5.0:
dependencies:
file-uri-to-path "1.0.0"

"bip32-ed25519@git+https://github.com/Zondax/bip32-ed25519.git":
"bip32-ed25519@https://github.com/Zondax/bip32-ed25519":
version "0.0.4"
resolved "git+https://github.com/Zondax/bip32-ed25519.git#0949df01b5c93885339bc28116690292088f6134"
resolved "https://github.com/Zondax/bip32-ed25519#0949df01b5c93885339bc28116690292088f6134"
dependencies:
bn.js "^5.1.1"
elliptic "^6.4.1"
Expand Down

0 comments on commit 713d9ac

Please sign in to comment.