1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-25 10:43:13 +02:00

Up mobile version and update deprecated api

This commit is contained in:
Alex 2022-09-18 16:11:30 -05:00
parent 2e06be5155
commit 572f6d833d
No known key found for this signature in database
GPG Key ID: 53CD082B3A5E1082

View File

@ -12,5 +12,5 @@ export const serverVersion: IServerVersion = {
major: 1, major: 1,
minor: 29, minor: 29,
patch: 1, patch: 1,
build: 42, build: 43,
}; };