Skip to content

Commit

Permalink
🔖 Bump version to 0.35.0(343)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt committed Oct 13, 2023
1 parent 5608530 commit afa079f
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 @@ -12,10 +12,10 @@ INIT_APP_TIMEOUT=10000
ROOT_STATE_STORAGE_KEY=root

# Same as MARKETING_VERSION in iOS / version in Android
APP_MARKETING_VERSION=0.34.0
APP_MARKETING_VERSION=0.35.0

# Same as CURRENT_PROJECT_VERSION in iOS / version code in Android
APP_VERSION=342
APP_VERSION=343

# 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 @@ -142,8 +142,8 @@ android {
applicationId "com.oice"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 342
versionName "0.34.0"
versionCode 343
versionName "0.35.0"
missingDimensionStrategy 'react-native-camera', 'general'
missingDimensionStrategy 'store', 'play'
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
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 @@ -586,7 +586,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = LikeCoinApp/LikeCoinApp.entitlements;
CURRENT_PROJECT_VERSION = 342;
CURRENT_PROJECT_VERSION = 343;
DEVELOPMENT_TEAM = 6VG4638588;
ENABLE_BITCODE = NO;
HEADER_SEARCH_PATHS = (
Expand Down Expand Up @@ -655,7 +655,7 @@
INFOPLIST_FILE = LikeCoinApp/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.34.0;
MARKETING_VERSION = 0.35.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -678,7 +678,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = LikeCoinApp/LikeCoinApp.entitlements;
CURRENT_PROJECT_VERSION = 342;
CURRENT_PROJECT_VERSION = 343;
DEVELOPMENT_TEAM = 6VG4638588;
HEADER_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -746,7 +746,7 @@
INFOPLIST_FILE = LikeCoinApp/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.34.0;
MARKETING_VERSION = 0.35.0;
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.34.0</string>
<string>0.35.0</string>
<key>CFBundleVersion</key>
<string>342</string>
<string>343</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.34.0",
"version": "0.35.0",
"private": true,
"engine": {
"node": ">=16"
Expand Down

0 comments on commit afa079f

Please sign in to comment.