File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ body:
29
29
label : Zeus version
30
30
description : What version of Zeus were you running when the bug occurred?
31
31
options :
32
+ - v0.7.4
32
33
- v0.7.3
33
34
- v0.7.2
34
35
- v0.7.1
35
36
- v0.7.0
36
- - v0.6.6
37
37
- type : dropdown
38
38
id : interface
39
39
attributes :
Original file line number Diff line number Diff line change @@ -131,8 +131,8 @@ android {
131
131
applicationId " app.zeusln.zeus"
132
132
minSdkVersion rootProject. ext. minSdkVersion
133
133
targetSdkVersion rootProject. ext. targetSdkVersion
134
- versionCode 62
135
- versionName " 0.7.3 "
134
+ versionCode 63
135
+ versionName " 0.7.4-beta1 "
136
136
multiDexEnabled true
137
137
missingDimensionStrategy ' react-native-camera' , ' general'
138
138
}
Original file line number Diff line number Diff line change 1575
1575
CODE_SIGN_ENTITLEMENTS = zeus/zeus.entitlements;
1576
1576
CODE_SIGN_IDENTITY = "Apple Development";
1577
1577
CODE_SIGN_STYLE = Automatic;
1578
- CURRENT_PROJECT_VERSION = 7 ;
1578
+ CURRENT_PROJECT_VERSION = 1 ;
1579
1579
DEVELOPMENT_TEAM = 7222UU8F2H;
1580
1580
ENABLE_BITCODE = NO;
1581
1581
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
1590
1590
"$(inherited)",
1591
1591
"@executable_path/Frameworks",
1592
1592
);
1593
- MARKETING_VERSION = 0.7.3 ;
1593
+ MARKETING_VERSION = 0.7.4 ;
1594
1594
ONLY_ACTIVE_ARCH = YES;
1595
1595
OTHER_LDFLAGS = (
1596
1596
"$(inherited)",
1621
1621
CODE_SIGN_ENTITLEMENTS = zeus/zeusRelease.entitlements;
1622
1622
CODE_SIGN_IDENTITY = "Apple Development";
1623
1623
CODE_SIGN_STYLE = Automatic;
1624
- CURRENT_PROJECT_VERSION = 7 ;
1624
+ CURRENT_PROJECT_VERSION = 1 ;
1625
1625
DEVELOPMENT_TEAM = 7222UU8F2H;
1626
1626
ENABLE_BITCODE = NO;
1627
1627
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
1637
1637
"$(inherited)",
1638
1638
"@executable_path/Frameworks",
1639
1639
);
1640
- MARKETING_VERSION = 0.7.3 ;
1640
+ MARKETING_VERSION = 0.7.4 ;
1641
1641
ONLY_ACTIVE_ARCH = NO;
1642
1642
OTHER_LDFLAGS = (
1643
1643
"$(inherited)",
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zeus" ,
3
- "version" : " 0.7.3 " ,
3
+ "version" : " 0.7.4-beta1 " ,
4
4
"private" : true ,
5
5
"playStore" : false ,
6
6
"jest" : {
You can’t perform that action at this time.
0 commit comments