[skip actions] version bump

This commit is contained in:
anultravioletaurora
2025-10-27 19:14:19 +00:00
parent 8bd28bfe00
commit 46f98f8b21
3 changed files with 7 additions and 7 deletions

View File

@@ -91,8 +91,8 @@ android {
applicationId "com.cosmonautical.jellify" applicationId "com.cosmonautical.jellify"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 132 versionCode 133
versionName "0.18.5" versionName "0.19.0"
} }
signingConfigs { signingConfigs {
debug { debug {

View File

@@ -541,7 +541,7 @@
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual; CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 244; CURRENT_PROJECT_VERSION = 245;
DEVELOPMENT_TEAM = ""; DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = WAH9CZ8BPG; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = WAH9CZ8BPG;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
@@ -552,7 +552,7 @@
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 0.18.5; MARKETING_VERSION = 0.19.0;
NEW_SETTING = ""; NEW_SETTING = "";
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"$(inherited)", "$(inherited)",
@@ -583,7 +583,7 @@
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual; CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 244; CURRENT_PROJECT_VERSION = 245;
DEVELOPMENT_TEAM = WAH9CZ8BPG; DEVELOPMENT_TEAM = WAH9CZ8BPG;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = WAH9CZ8BPG; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = WAH9CZ8BPG;
ENABLE_USER_SCRIPT_SANDBOXING = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO;
@@ -593,7 +593,7 @@
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 0.18.5; MARKETING_VERSION = 0.19.0;
NEW_SETTING = ""; NEW_SETTING = "";
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"$(inherited)", "$(inherited)",

View File

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