Skip to content

Commit

Permalink
Release version 1.0.11 (200)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenduythuc authored and ThucNguyen committed Jul 15, 2023
1 parent f05254b commit cffa847
Show file tree
Hide file tree
Showing 36 changed files with 569 additions and 446 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.11 (200)
- Update UI - Toast (#808)
- Bugs when click on actions on header when standing transaction screen (#880)
- Add support more languages (#56)

## 1.0.10 (199)
- Autofocus password when create master password & Allow search by address on Manage website access detail screen (#884, #882)
- Fix browser issue (#873)
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ android {
applicationId "app.subwallet.mobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 199
versionName "1.0.10"
versionCode 200
versionName "1.0.11"
missingDimensionStrategy 'react-native-camera', 'general'
}

Expand Down
Loading

0 comments on commit cffa847

Please sign in to comment.