Skip to content

Commit

Permalink
🔖 Bump to v0.22.2(271)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt committed Oct 25, 2021
1 parent aec90f9 commit 3796457
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ INIT_APP_TIMEOUT=10000
ROOT_STATE_STORAGE_KEY=root

# Same as MARKETING_VERSION in iOS / version in Android
APP_MARKETING_VERSION=0.22.2
APP_MARKETING_VERSION=0.22.3

# Same as CURRENT_PROJECT_VERSION in iOS / version code in Android
APP_VERSION=270
APP_VERSION=271

# APP_VERSION must be greater or equal to the this value
# without forcing user to update the app
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ android {
applicationId "com.oice"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 270
versionName "0.22.2"
versionCode 271
versionName "0.22.3"
missingDimensionStrategy 'react-native-camera', 'general'
}
splits {
Expand Down
8 changes: 4 additions & 4 deletions ios/LikeCoinApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = LikeCoinApp/LikeCoinApp.entitlements;
CURRENT_PROJECT_VERSION = 270;
CURRENT_PROJECT_VERSION = 271;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = 76UMR894HH;
HEADER_SEARCH_PATHS = (
Expand Down Expand Up @@ -623,7 +623,7 @@
INFOPLIST_FILE = LikeCoinApp/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.22.2;
MARKETING_VERSION = 0.22.3;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -643,7 +643,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = LikeCoinApp/LikeCoinApp.entitlements;
CURRENT_PROJECT_VERSION = 270;
CURRENT_PROJECT_VERSION = 271;
DEVELOPMENT_TEAM = 76UMR894HH;
HEADER_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -711,7 +711,7 @@
INFOPLIST_FILE = LikeCoinApp/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.22.2;
MARKETING_VERSION = 0.22.3;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
4 changes: 2 additions & 2 deletions ios/LikerLandShare/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.22.2</string>
<string>0.22.3</string>
<key>CFBundleVersion</key>
<string>270</string>
<string>271</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "likecoin-app",
"version": "0.22.2",
"version": "0.22.3",
"private": true,
"scripts": {
"start": "react-native start",
Expand Down

0 comments on commit 3796457

Please sign in to comment.