Skip to content

Commit

Permalink
🔖 Bump version to 0.18.1(203)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt committed Jun 17, 2020
1 parent 41686b8 commit 04085b7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
APP_MARKETING_VERSION=0.18.1

# Same as CURRENT_PROJECT_VERSION in iOS / version code in Android
APP_VERSION=202
APP_VERSION=203

# APP_VERSION must be greater or equal to the this value
# without forcing user to update the app
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ android {
applicationId "com.oice"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 202
versionCode 203
versionName "0.18.1"
missingDimensionStrategy 'react-native-camera', 'general'
}
Expand Down
4 changes: 2 additions & 2 deletions ios/LikeCoinApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = LikeCoinApp/LikeCoinApp.entitlements;
CURRENT_PROJECT_VERSION = 202;
CURRENT_PROJECT_VERSION = 203;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = 76UMR894HH;
HEADER_SEARCH_PATHS = (
Expand Down Expand Up @@ -603,7 +603,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = LikeCoinApp/LikeCoinApp.entitlements;
CURRENT_PROJECT_VERSION = 202;
CURRENT_PROJECT_VERSION = 203;
DEVELOPMENT_TEAM = 76UMR894HH;
HEADER_SEARCH_PATHS = (
"$(inherited)",
Expand Down
2 changes: 1 addition & 1 deletion ios/LikerLandShare/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>0.18.1</string>
<key>CFBundleVersion</key>
<string>202</string>
<string>203</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
Expand Down

0 comments on commit 04085b7

Please sign in to comment.