1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-22 01:47:08 +02:00

Up version for release

This commit is contained in:
Alex Tran 2022-07-03 10:39:09 -05:00
parent 76bf1c0379
commit 36162509e0
No known key found for this signature in database
GPG Key ID: E4954BC787B85C8A
3 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ platform :ios do
desc "iOS Beta"
lane :beta do
increment_version_number(
version_number: "1.15.0"
version_number: "1.16.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.15.0+22
version: 1.16.0+23
environment:
sdk: ">=2.17.0 <3.0.0"

View File

@ -3,7 +3,7 @@
export const serverVersion = {
major: 1,
minor: 15,
minor: 16,
patch: 0,
build: 21,
build: 23,
};