Skip to content

Commit

Permalink
Release version 1.1.2 (223)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenduythuc committed Oct 5, 2023
1 parent 0d112b0 commit 5f9e390
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.1.2 (223)
- Update web-runner (v1.1.15) (#1052)
- Re-check bug static server to support cors (#1051)
- Update UI Scan QR screen by design (#881)

## 1.1.2 (222)
- Upgrade React Native 0.72.4 (#1007)
- Bug error page when open Customize access screen (#1041)
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ android {
applicationId "app.subwallet.mobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 222
versionCode 223
versionName "1.1.2"
missingDimensionStrategy 'react-native-camera', 'general'
}
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1013,4 +1013,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: d2e75413a9d4d28b9ab6ee8ae7baea6ba4324a25

COCOAPODS: 1.12.1
COCOAPODS: 1.13.0
4 changes: 2 additions & 2 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 = 222;
CURRENT_PROJECT_VERSION = 223;
DEVELOPMENT_TEAM = ZUZ7T3GQMT;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = SubWalletMobile/Info.plist;
Expand Down Expand Up @@ -568,7 +568,7 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = SubWalletMobile/SubWalletMobile.entitlements;
CURRENT_PROJECT_VERSION = 222;
CURRENT_PROJECT_VERSION = 223;
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.1.2",
"build": "222",
"build": "223",
"private": true,
"license": "Apache-2.0",
"reactNativePermissionsIOS": [
Expand Down

0 comments on commit 5f9e390

Please sign in to comment.