Skip to content

Commit 48d08cc

Browse files
committed
Version bump: v0.13.0-prealpha
1 parent 724258a commit 48d08cc

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ body:
2929
label: ZEUS version
3030
description: What version of ZEUS were you running when the bug occurred?
3131
options:
32+
- v0.13.0
3233
- v0.12.2
3334
- v0.12.1
3435
- v0.12.0

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ android {
102102
minSdkVersion rootProject.ext.minSdkVersion
103103
targetSdkVersion rootProject.ext.targetSdkVersion
104104
versionCode 116
105-
versionName "0.12.2"
105+
versionName "0.13.0-prealpha"
106106
multiDexEnabled true
107107
}
108108
signingConfigs {

ios/zeus.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2032,7 +2032,7 @@
20322032
"$(inherited)",
20332033
"@executable_path/Frameworks",
20342034
);
2035-
MARKETING_VERSION = 0.12.2;
2035+
MARKETING_VERSION = 0.13.0;
20362036
ONLY_ACTIVE_ARCH = YES;
20372037
OTHER_LDFLAGS = (
20382038
"-ObjC",
@@ -2077,7 +2077,7 @@
20772077
"$(inherited)",
20782078
"@executable_path/Frameworks",
20792079
);
2080-
MARKETING_VERSION = 0.12.2;
2080+
MARKETING_VERSION = 0.13.0;
20812081
ONLY_ACTIVE_ARCH = NO;
20822082
OTHER_LDFLAGS = (
20832083
"$(inherited)",

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.12.2",
3+
"version": "0.13.0-prealpha",
44
"private": true,
55
"jest": {
66
"preset": "react-native",

0 commit comments

Comments
 (0)