1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02:00

fix(mobile): app crash when there is no object detection result on search page (#725)

* fix(mobile): app crash when there is no data for object detection

* Up version for release

* Up version for release
This commit is contained in:
Alex
2022-09-19 11:03:51 -05:00
committed by GitHub
parent 242f10952d
commit 10239161fd
7 changed files with 14 additions and 14 deletions

View File

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