Skip to content

Commit b74a02e

Browse files
committed
Version bump: v0.7.4-beta1
1 parent 359c197 commit b74a02e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ body:
2929
label: Zeus version
3030
description: What version of Zeus were you running when the bug occurred?
3131
options:
32+
- v0.7.4
3233
- v0.7.3
3334
- v0.7.2
3435
- v0.7.1
3536
- v0.7.0
36-
- v0.6.6
3737
- type: dropdown
3838
id: interface
3939
attributes:

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ android {
131131
applicationId "app.zeusln.zeus"
132132
minSdkVersion rootProject.ext.minSdkVersion
133133
targetSdkVersion rootProject.ext.targetSdkVersion
134-
versionCode 62
135-
versionName "0.7.3"
134+
versionCode 63
135+
versionName "0.7.4-beta1"
136136
multiDexEnabled true
137137
missingDimensionStrategy 'react-native-camera', 'general'
138138
}

ios/zeus.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -1575,7 +1575,7 @@
15751575
CODE_SIGN_ENTITLEMENTS = zeus/zeus.entitlements;
15761576
CODE_SIGN_IDENTITY = "Apple Development";
15771577
CODE_SIGN_STYLE = Automatic;
1578-
CURRENT_PROJECT_VERSION = 7;
1578+
CURRENT_PROJECT_VERSION = 1;
15791579
DEVELOPMENT_TEAM = 7222UU8F2H;
15801580
ENABLE_BITCODE = NO;
15811581
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
@@ -1590,7 +1590,7 @@
15901590
"$(inherited)",
15911591
"@executable_path/Frameworks",
15921592
);
1593-
MARKETING_VERSION = 0.7.3;
1593+
MARKETING_VERSION = 0.7.4;
15941594
ONLY_ACTIVE_ARCH = YES;
15951595
OTHER_LDFLAGS = (
15961596
"$(inherited)",
@@ -1621,7 +1621,7 @@
16211621
CODE_SIGN_ENTITLEMENTS = zeus/zeusRelease.entitlements;
16221622
CODE_SIGN_IDENTITY = "Apple Development";
16231623
CODE_SIGN_STYLE = Automatic;
1624-
CURRENT_PROJECT_VERSION = 7;
1624+
CURRENT_PROJECT_VERSION = 1;
16251625
DEVELOPMENT_TEAM = 7222UU8F2H;
16261626
ENABLE_BITCODE = NO;
16271627
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
@@ -1637,7 +1637,7 @@
16371637
"$(inherited)",
16381638
"@executable_path/Frameworks",
16391639
);
1640-
MARKETING_VERSION = 0.7.3;
1640+
MARKETING_VERSION = 0.7.4;
16411641
ONLY_ACTIVE_ARCH = NO;
16421642
OTHER_LDFLAGS = (
16431643
"$(inherited)",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zeus",
3-
"version": "0.7.3",
3+
"version": "0.7.4-beta1",
44
"private": true,
55
"playStore": false,
66
"jest": {

0 commit comments

Comments
 (0)