Skip to content

Commit

Permalink
Release version 1.0.6 (183)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenduythuc committed Jun 20, 2023
1 parent bed71bc commit 2657573
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## 1.0.6 (181)
## 1.0.6 (183)
- Error page in case touch Icon account in Browser tab and fix some UI bugs (#796)

## 1.0.6 (182)
- Fix bug crash app when scan to SendFund (#788)
- Fix bug in ImportNFT screen and toast for EditContactModal (#794)
- Fix bug in ImportNFT screen and toast for EditContactModal (#794)

## 1.0.6 (181)
- Do not send token when user standing on the token detail screen (#788)
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ android {
applicationId "app.subwallet.mobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 182
versionCode 183
versionName "1.0.6"
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 @@ -510,7 +510,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 182;
CURRENT_PROJECT_VERSION = 183;
DEVELOPMENT_TEAM = ZUZ7T3GQMT;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = SubWalletMobile/Info.plist;
Expand Down Expand Up @@ -542,7 +542,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 182;
CURRENT_PROJECT_VERSION = 183;
DEVELOPMENT_TEAM = ZUZ7T3GQMT;
INFOPLIST_FILE = SubWalletMobile/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = SubWallet;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "SubWalletMobile",
"version": "1.0.6",
"build": "182",
"build": "183",
"private": true,
"license": "Apache-2.0",
"bin": {
Expand Down

0 comments on commit 2657573

Please sign in to comment.