You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-08-10 23:22:22 +02:00
fix(mobile): app crash when there is no object detection result on search page (#725)
* fix(mobile): app crash when there is no data for object detection * Up version for release * Up version for release
This commit is contained in:
@@ -11,6 +11,6 @@ export interface IServerVersion {
|
||||
export const serverVersion: IServerVersion = {
|
||||
major: 1,
|
||||
minor: 29,
|
||||
patch: 2,
|
||||
build: 43,
|
||||
patch: 4,
|
||||
build: 44,
|
||||
};
|
||||
|
Reference in New Issue
Block a user