Skip to content

Commit bce936f

Browse files
committed
Version bump: v0.8.4-rc2
1 parent abc464c commit bce936f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ android {
101101
minSdkVersion rootProject.ext.minSdkVersion
102102
targetSdkVersion rootProject.ext.targetSdkVersion
103103
versionCode 85
104-
versionName "0.8.4-rc1"
104+
versionName "0.8.4-rc2"
105105
multiDexEnabled true
106106
missingDimensionStrategy 'react-native-camera', 'general'
107107
}

ios/zeus.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1818,7 +1818,7 @@
18181818
CODE_SIGN_ENTITLEMENTS = zeus/zeus.entitlements;
18191819
CODE_SIGN_IDENTITY = "Apple Development";
18201820
CODE_SIGN_STYLE = Automatic;
1821-
CURRENT_PROJECT_VERSION = 7;
1821+
CURRENT_PROJECT_VERSION = 9;
18221822
DEAD_CODE_STRIPPING = YES;
18231823
DEVELOPMENT_TEAM = 9TU7M3555F;
18241824
ENABLE_BITCODE = NO;
@@ -1867,7 +1867,7 @@
18671867
CODE_SIGN_ENTITLEMENTS = zeus/zeusRelease.entitlements;
18681868
CODE_SIGN_IDENTITY = "Apple Development";
18691869
CODE_SIGN_STYLE = Automatic;
1870-
CURRENT_PROJECT_VERSION = 7;
1870+
CURRENT_PROJECT_VERSION = 9;
18711871
DEAD_CODE_STRIPPING = YES;
18721872
DEVELOPMENT_TEAM = 9TU7M3555F;
18731873
ENABLE_BITCODE = NO;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zeus",
3-
"version": "0.8.4-rc1",
3+
"version": "0.8.4-rc2",
44
"private": true,
55
"jest": {
66
"preset": "react-native",

0 commit comments

Comments
 (0)