1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-28 09:33:27 +02:00

Up version for release

This commit is contained in:
Alex Tran 2022-08-08 22:39:32 -05:00
parent cbec75a175
commit aac53e5cdc
No known key found for this signature in database
GPG Key ID: E4954BC787B85C8A
4 changed files with 7 additions and 4 deletions

View File

@ -30,8 +30,8 @@ platform :android do
task: 'bundle',
build_type: 'Release',
properties: {
"android.injected.version.code" => 30,
"android.injected.version.name" => "1.20.0",
"android.injected.version.code" => 31,
"android.injected.version.name" => "1.21.0",
}
)
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')

View File

@ -0,0 +1,3 @@
* Improve performance
* Fix album title overflow
* New feature - Share asset from mobile to other apps

View File

@ -19,7 +19,7 @@ platform :ios do
desc "iOS Beta"
lane :beta do
increment_version_number(
version_number: "1.20.0"
version_number: "1.21.0"
)
increment_build_number(
build_number: latest_testflight_build_number + 1,

View File

@ -2,7 +2,7 @@ name: immich_mobile
description: Immich - selfhosted backup media file on mobile phone
publish_to: "none"
version: 1.20.0+30
version: 1.21.0+31
environment:
sdk: ">=2.17.0 <3.0.0"