Skip to content

Commit

Permalink
Release version 1.1.22 (282)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenduythuc committed Dec 25, 2023
1 parent a0d5c3a commit cd05a4d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 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.22 (282)
- Add swipe down to reload balance on tokens screen & update web runner 1.1.27 (#1266)
- Fallback t&c content incase static content offline (#1276)
- Fix UI bug on some devices (#1228)

## 1.1.21 (281)
# bundle-av8-iv4
- Update UX in case transfer all (#1224)
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ android {
applicationId "app.subwallet.mobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 281
versionName "1.1.21"
versionCode 282
versionName "1.1.22"
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 = 281;
CURRENT_PROJECT_VERSION = 282;
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.21;
MARKETING_VERSION = 1.1.22;
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 = 281;
CURRENT_PROJECT_VERSION = 282;
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.21;
MARKETING_VERSION = 1.1.22;
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.21",
"build": "281",
"version": "1.1.22",
"build": "282",
"bundleVersion": "a(v8)-i(v4)",
"bundleVersionStaging": "a(v4)-i(v10)",
"private": true,
Expand Down
Empty file.

0 comments on commit cd05a4d

Please sign in to comment.