fix pipeline issues with versioning

This commit is contained in:
Violet Caulfield
2025-10-29 07:17:12 -05:00
parent 7e78b1aa61
commit 68242fe840
3 changed files with 4 additions and 4 deletions

View File

@@ -92,7 +92,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 134
versionName "0.19.1"
versionName "0.19.2"
}
signingConfigs {
debug {

View File

@@ -552,7 +552,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.19.1;
MARKETING_VERSION = 0.19.2;
NEW_SETTING = "";
OTHER_LDFLAGS = (
"$(inherited)",
@@ -593,7 +593,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.19.1;
MARKETING_VERSION = 2;
NEW_SETTING = "";
OTHER_LDFLAGS = (
"$(inherited)",

View File

@@ -1,6 +1,6 @@
{
"name": "jellify",
"version": "0.19.1",
"version": "2",
"private": true,
"scripts": {
"init-android": "yarn install --network-concurrency 1",