Skip to content

Commit 674ebab

Browse files
committed
Version bump: v0.8.4-rc1
1 parent fce1883 commit 674ebab

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ android {
100100
applicationId "app.zeusln.zeus"
101101
minSdkVersion rootProject.ext.minSdkVersion
102102
targetSdkVersion rootProject.ext.targetSdkVersion
103-
versionCode 84
104-
versionName "0.8.4-beta3"
103+
versionCode 85
104+
versionName "0.8.4-rc1"
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 = 6;
1821+
CURRENT_PROJECT_VERSION = 7;
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 = 6;
1870+
CURRENT_PROJECT_VERSION = 7;
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-beta3",
3+
"version": "0.8.4-rc1",
44
"private": true,
55
"jest": {
66
"preset": "react-native",

0 commit comments

Comments
 (0)