0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-07 00:50:23 -05:00

Up Minor Version

This commit is contained in:
Alex 2022-06-18 09:56:56 -05:00
parent e6efc61b3b
commit 3511b69fc8
No known key found for this signature in database
GPG key ID: 53CD082B3A5E1082
4 changed files with 5 additions and 4 deletions

View file

@ -0,0 +1 @@
* Fixed crash issue when upload large file on slow network

View file

@ -19,7 +19,7 @@ platform :ios do
desc "iOS Beta"
lane :beta do
increment_version_number(
version_number: "1.11.0"
version_number: "1.12.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.11.0+17
version: 1.12.0+18
environment:
sdk: ">=2.15.1 <3.0.0"

View file

@ -3,7 +3,7 @@
export const serverVersion = {
major: 1,
minor: 11,
minor: 12,
patch: 0,
build: 17,
build: 18,
};