mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
Pump version 1.20
This commit is contained in:
parent
8c184dc4d4
commit
cf2b9eddfa
3 changed files with 5 additions and 3 deletions
|
@ -0,0 +1,2 @@
|
||||||
|
* New feature - Gallery view now enable with swipping action
|
||||||
|
* New feature - Add album feature
|
|
@ -2,7 +2,7 @@ name: immich_mobile
|
||||||
description: Immich - selfhosted backup media file on mobile phone
|
description: Immich - selfhosted backup media file on mobile phone
|
||||||
|
|
||||||
publish_to: "none"
|
publish_to: "none"
|
||||||
version: 1.19.0+29
|
version: 1.20.0+30
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.17.0 <3.0.0"
|
sdk: ">=2.17.0 <3.0.0"
|
||||||
|
|
|
@ -10,7 +10,7 @@ export interface IServerVersion {
|
||||||
|
|
||||||
export const serverVersion: IServerVersion = {
|
export const serverVersion: IServerVersion = {
|
||||||
major: 1,
|
major: 1,
|
||||||
minor: 19,
|
minor: 20,
|
||||||
patch: 1,
|
patch: 0,
|
||||||
build: 0,
|
build: 0,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue