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

Up minor version for release

This commit is contained in:
Alex 2022-06-23 22:38:26 -05:00
parent 04b59318f9
commit 568436f188
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 WebSocket endpoint to confirm with the new settings on the server

View File

@ -19,7 +19,7 @@ platform :ios do
desc "iOS Beta"
lane :beta do
increment_version_number(
version_number: "1.12.2"
version_number: "1.13.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.12.2+20
version: 1.13.0+20
environment:
sdk: ">=2.17.0 <3.0.0"

View File

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