[skip actions] version bump

This commit is contained in:
anultravioletaurora
2025-09-19 15:29:54 +00:00
parent a095af85ba
commit 8898b12162
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -84,8 +84,8 @@ android {
applicationId "com.jellify"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 121
versionName "0.16.11"
versionCode 122
versionName "0.16.12"
}
signingConfigs {
debug {
+4 -4
View File
@@ -667,7 +667,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 233;
CURRENT_PROJECT_VERSION = 234;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = WAH9CZ8BPG;
ENABLE_BITCODE = NO;
@@ -678,7 +678,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.16.11;
MARKETING_VERSION = 0.16.12;
NEW_SETTING = "";
OTHER_LDFLAGS = (
"$(inherited)",
@@ -709,7 +709,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 233;
CURRENT_PROJECT_VERSION = 234;
DEVELOPMENT_TEAM = WAH9CZ8BPG;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = WAH9CZ8BPG;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
@@ -719,7 +719,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.16.11;
MARKETING_VERSION = 0.16.12;
NEW_SETTING = "";
OTHER_LDFLAGS = (
"$(inherited)",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "jellify",
"version": "0.16.11",
"version": "0.16.12",
"private": true,
"scripts": {
"init-android": "yarn install --network-concurrency 1",