Version bump: v0.11.2-alpha

This commit is contained in:
Evan Kaloudis
2025-06-14 21:27:23 -04:00
parent f401c0387f
commit 614e2e8aa4
4 changed files with 5 additions and 4 deletions
+1
View File
@@ -29,6 +29,7 @@ body:
label: ZEUS version
description: What version of ZEUS were you running when the bug occurred?
options:
- v0.11.2
- v0.11.1
- v0.11.0
- v0.10.2
+1 -1
View File
@@ -101,7 +101,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 106
versionName "0.11.1"
versionName "0.11.2-alpha"
multiDexEnabled true
}
signingConfigs {
+2 -2
View File
@@ -2129,7 +2129,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.11.1;
MARKETING_VERSION = 0.11.2;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"-ObjC",
@@ -2174,7 +2174,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.11.1;
MARKETING_VERSION = 0.11.2;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = (
"$(inherited)",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "zeus",
"version": "0.11.1",
"version": "0.11.2-alpha",
"private": true,
"jest": {
"preset": "react-native",