[skip actions] version bump

This commit is contained in:
anultravioletaurora
2025-10-08 17:21:36 +00:00
parent 4c65c92c92
commit f03f9c1e16
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -84,8 +84,8 @@ android {
applicationId "com.jellify"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 124
versionName "0.16.14"
versionCode 125
versionName "0.17.0"
}
signingConfigs {
debug {
+4 -4
View File
@@ -639,7 +639,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 236;
CURRENT_PROJECT_VERSION = 237;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = WAH9CZ8BPG;
ENABLE_BITCODE = NO;
@@ -650,7 +650,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.16.14;
MARKETING_VERSION = 0.17.0;
NEW_SETTING = "";
OTHER_LDFLAGS = (
"$(inherited)",
@@ -681,7 +681,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 236;
CURRENT_PROJECT_VERSION = 237;
DEVELOPMENT_TEAM = WAH9CZ8BPG;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = WAH9CZ8BPG;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
@@ -691,7 +691,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.16.14;
MARKETING_VERSION = 0.17.0;
NEW_SETTING = "";
OTHER_LDFLAGS = (
"$(inherited)",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "jellify",
"version": "0.16.14",
"version": "0.17.0",
"private": true,
"scripts": {
"init-android": "yarn install --network-concurrency 1",
@@ -143,4 +143,4 @@
"node": ">=18"
},
"packageManager": "yarn@1.22.22"
}
}