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

Fix #197 app logged off when closed (#239)

* Fixed issue with app logging off after closing

* Change version to reflect minor change
This commit is contained in:
Alex
2022-06-20 18:10:23 -05:00
committed by GitHub
parent 73024edba9
commit 18c22d2a6c
9 changed files with 113 additions and 20 deletions

View File

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