Skip to content

Commit

Permalink
🔖 Bump version to 0.15.0(164)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt committed Feb 7, 2020
1 parent ba2665f commit df09a26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.15.0

# Same as CURRENT_PROJECT_VERSION in iOS / version code in Android
APP_VERSION=163
APP_VERSION=164

# 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 163
versionCode 164
versionName "0.15.0"
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 @@ -703,7 +703,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = LikeCoinApp/LikeCoinApp.entitlements;
CURRENT_PROJECT_VERSION = 163;
CURRENT_PROJECT_VERSION = 164;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = 76UMR894HH;
INFOPLIST_FILE = LikeCoinApp/Info.plist;
Expand All @@ -727,7 +727,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = LikeCoinApp/LikeCoinApp.entitlements;
CURRENT_PROJECT_VERSION = 163;
CURRENT_PROJECT_VERSION = 164;
DEVELOPMENT_TEAM = 76UMR894HH;
INFOPLIST_FILE = LikeCoinApp/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand Down

0 comments on commit df09a26

Please sign in to comment.