Skip to content

Commit

Permalink
chore(version): update number version
Browse files Browse the repository at this point in the history
  • Loading branch information
tangimds committed Dec 20, 2021
1 parent 73bf4d7 commit 1f15396
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
missingDimensionStrategy 'react-native-camera', 'general'
multiDexEnabled true
versionCode 63
versionName "1.5.1"
versionCode 64
versionName "1.5.2"
}
splits {
abi {
Expand Down
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "oz_ensemble",
"displayName": "oz_ensemble",
"version": {
"buildNumber": 63,
"buildName": "1.5.1"
"buildNumber": 64,
"buildName": "1.5.2"
}
}
8 changes: 4 additions & 4 deletions ios/oz_ensemble.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -733,12 +733,12 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = oz_ensemble/oz_ensemble.entitlements;
CURRENT_PROJECT_VERSION = 63;
CURRENT_PROJECT_VERSION = 64;
DEVELOPMENT_TEAM = 459V73N4KA;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = oz_ensemble/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.5.1;
MARKETING_VERSION = 1.5.2;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -759,11 +759,11 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = oz_ensemble/oz_ensemble.entitlements;
CURRENT_PROJECT_VERSION = 63;
CURRENT_PROJECT_VERSION = 64;
DEVELOPMENT_TEAM = 459V73N4KA;
INFOPLIST_FILE = oz_ensemble/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.5.1;
MARKETING_VERSION = 1.5.2;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
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": "oz_ensemble",
"version": "1.5.1",
"version": "1.5.2",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit 1f15396

Please sign in to comment.