[skip actions] version bump

This commit is contained in:
anultravioletaurora
2025-07-08 05:01:33 +00:00
parent a9343f6cd1
commit e9de72c46c
3 changed files with 7 additions and 7 deletions

View File

@@ -95,8 +95,8 @@ android {
applicationId "com.jellify"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 82
versionName "0.13.1"
versionCode 83
versionName "0.13.2"
}
signingConfigs {
debug {

View File

@@ -675,7 +675,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 194;
CURRENT_PROJECT_VERSION = 195;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = WAH9CZ8BPG;
ENABLE_BITCODE = NO;
@@ -686,7 +686,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.13.1;
MARKETING_VERSION = 0.13.2;
NEW_SETTING = "";
OTHER_LDFLAGS = (
"$(inherited)",
@@ -717,7 +717,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 194;
CURRENT_PROJECT_VERSION = 195;
DEVELOPMENT_TEAM = WAH9CZ8BPG;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = WAH9CZ8BPG;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
@@ -727,7 +727,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.13.1;
MARKETING_VERSION = 0.13.2;
NEW_SETTING = "";
OTHER_LDFLAGS = (
"$(inherited)",

View File

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