Skip to content

Commit c4958fb

Browse files
committed
Version bump: v0.9.0-beta4
1 parent 8282aa1 commit c4958fb

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 91
104-
versionName "0.9.0-beta3"
104+
versionName "0.9.0-beta4"
105105
multiDexEnabled true
106106
}
107107
signingConfigs {

ios/zeus.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1822,7 +1822,7 @@
18221822
CODE_SIGN_ENTITLEMENTS = zeus/zeus.entitlements;
18231823
CODE_SIGN_IDENTITY = "Apple Development";
18241824
CODE_SIGN_STYLE = Automatic;
1825-
CURRENT_PROJECT_VERSION = 37;
1825+
CURRENT_PROJECT_VERSION = 38;
18261826
DEAD_CODE_STRIPPING = YES;
18271827
DEVELOPMENT_TEAM = 9TU7M3555F;
18281828
ENABLE_BITCODE = NO;
@@ -1868,7 +1868,7 @@
18681868
CODE_SIGN_ENTITLEMENTS = zeus/zeusRelease.entitlements;
18691869
CODE_SIGN_IDENTITY = "Apple Development";
18701870
CODE_SIGN_STYLE = Automatic;
1871-
CURRENT_PROJECT_VERSION = 37;
1871+
CURRENT_PROJECT_VERSION = 38;
18721872
DEAD_CODE_STRIPPING = YES;
18731873
DEVELOPMENT_TEAM = 9TU7M3555F;
18741874
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.9.0-beta3",
3+
"version": "0.9.0-beta4",
44
"private": true,
55
"jest": {
66
"preset": "react-native",

0 commit comments

Comments
 (0)