chore: manually pump 1.139.1 (#21127)

This commit is contained in:
Alex
2025-08-21 17:33:51 -05:00
committed by GitHub
parent 2fe0d17fe1
commit 65fafcab37
12 changed files with 12 additions and 16 deletions
+2 -2
View File
@@ -35,8 +35,8 @@ platform :android do
task: 'bundle',
build_type: 'Release',
properties: {
"android.injected.version.code" => 3005,
"android.injected.version.name" => "1.139.0",
"android.injected.version.code" => 3006,
"android.injected.version.name" => "1.139.1",
}
)
upload_to_play_store(skip_upload_apk: true, skip_upload_images: true, skip_upload_screenshots: true, aab: '../build/app/outputs/bundle/release/app-release.aab')
+1 -1
View File
@@ -22,7 +22,7 @@ platform :ios do
path: "./Runner.xcodeproj",
)
increment_version_number(
version_number: "1.139.0"
version_number: "1.139.1"
)
increment_build_number(
build_number: latest_testflight_build_number + 1,
+1 -1
View File
@@ -3,7 +3,7 @@ Immich API
This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
- API version: 1.139.0
- API version: 1.139.1
- Generator version: 7.8.0
- Build package: org.openapitools.codegen.languages.DartClientCodegen
+1 -1
View File
@@ -2,7 +2,7 @@ name: immich_mobile
description: Immich - selfhosted backup media file on mobile phone
publish_to: 'none'
version: 1.139.0+3005
version: 1.139.1+3006
environment:
sdk: '>=3.8.0 <4.0.0'