Skip to content

Commit b2d9e48

Browse files
committed
Version bump: v0.6.5-rc2
1 parent 87de26d commit b2d9e48

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ android {
131131
applicationId "app.zeusln.zeus"
132132
minSdkVersion rootProject.ext.minSdkVersion
133133
targetSdkVersion rootProject.ext.targetSdkVersion
134-
versionCode 41
134+
versionCode 42
135135
versionName "0.6.5"
136136
multiDexEnabled true
137137
missingDimensionStrategy 'react-native-camera', 'general'

ios/zeus.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1612,7 +1612,7 @@
16121612
CODE_SIGN_ENTITLEMENTS = zeus/zeus.entitlements;
16131613
CODE_SIGN_IDENTITY = "Apple Development";
16141614
CODE_SIGN_STYLE = Automatic;
1615-
CURRENT_PROJECT_VERSION = 5;
1615+
CURRENT_PROJECT_VERSION = 6;
16161616
DEAD_CODE_STRIPPING = NO;
16171617
DEVELOPMENT_TEAM = 7222UU8F2H;
16181618
ENABLE_BITCODE = NO;
@@ -1651,7 +1651,7 @@
16511651
CODE_SIGN_ENTITLEMENTS = zeus/zeusRelease.entitlements;
16521652
CODE_SIGN_IDENTITY = "Apple Development";
16531653
CODE_SIGN_STYLE = Automatic;
1654-
CURRENT_PROJECT_VERSION = 5;
1654+
CURRENT_PROJECT_VERSION = 6;
16551655
DEVELOPMENT_TEAM = "";
16561656
ENABLE_BITCODE = NO;
16571657
HEADER_SEARCH_PATHS = (

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zeus",
3-
"version": "0.6.5-rc1",
3+
"version": "0.6.5-rc2",
44
"private": true,
55
"playStore": false,
66
"jest": {

0 commit comments

Comments
 (0)