mirror of
https://github.com/immich-app/immich.git
synced 2025-01-07 00:50:23 -05:00
Up minor version for release
This commit is contained in:
parent
04b59318f9
commit
568436f188
4 changed files with 5 additions and 4 deletions
|
@ -0,0 +1 @@
|
|||
* Fixed WebSocket endpoint to confirm with the new settings on the server
|
|
@ -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,
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
export const serverVersion = {
|
||||
major: 1,
|
||||
minor: 12,
|
||||
minor: 13,
|
||||
patch: 0,
|
||||
build: 18,
|
||||
build: 20,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue