From 6d91c23f65f405642ed9e699127fc7026afc87c7 Mon Sep 17 00:00:00 2001 From: Alex The Bot Date: Tue, 27 Feb 2024 20:14:58 +0000 Subject: [PATCH] Version v1.96.0 --- machine-learning/pyproject.toml | 2 +- mobile/android/fastlane/Fastfile | 4 ++-- mobile/ios/fastlane/Fastfile | 2 +- mobile/openapi/README.md | Bin 24959 -> 24959 bytes mobile/pubspec.yaml | 2 +- open-api/immich-openapi-specs.json | 2 +- open-api/typescript-sdk/axios-client/api.ts | 2 +- open-api/typescript-sdk/axios-client/base.ts | 2 +- .../typescript-sdk/axios-client/common.ts | 2 +- .../axios-client/configuration.ts | 2 +- open-api/typescript-sdk/axios-client/index.ts | 2 +- open-api/typescript-sdk/fetch-client.ts | Bin 74942 -> 74942 bytes server/package-lock.json | 4 ++-- server/package.json | 2 +- web/package-lock.json | 4 ++-- web/package.json | 2 +- 16 files changed, 17 insertions(+), 17 deletions(-) diff --git a/machine-learning/pyproject.toml b/machine-learning/pyproject.toml index fec5c7213..3c8c7006e 100644 --- a/machine-learning/pyproject.toml +++ b/machine-learning/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "machine-learning" -version = "1.95.1" +version = "1.96.0" description = "" authors = ["Hau Tran "] readme = "README.md" diff --git a/mobile/android/fastlane/Fastfile b/mobile/android/fastlane/Fastfile index fc6399051..9b7587587 100644 --- a/mobile/android/fastlane/Fastfile +++ b/mobile/android/fastlane/Fastfile @@ -35,8 +35,8 @@ platform :android do task: 'bundle', build_type: 'Release', properties: { - "android.injected.version.code" => 123, - "android.injected.version.name" => "1.95.1", + "android.injected.version.code" => 124, + "android.injected.version.name" => "1.96.0", } ) upload_to_play_store(skip_upload_apk: true, skip_upload_images: true, skip_upload_screenshots: true, aab: '../build/app/outputs/bundle/release/app-release.aab') diff --git a/mobile/ios/fastlane/Fastfile b/mobile/ios/fastlane/Fastfile index d5a42ad48..939689c68 100644 --- a/mobile/ios/fastlane/Fastfile +++ b/mobile/ios/fastlane/Fastfile @@ -19,7 +19,7 @@ platform :ios do desc "iOS Beta" lane :beta do increment_version_number( - version_number: "1.95.1" + version_number: "1.96.0" ) increment_build_number( build_number: latest_testflight_build_number + 1, diff --git a/mobile/openapi/README.md b/mobile/openapi/README.md index 41e65ee8b358fb3ac205c3e928641da2e94f90d2..eb8bfb4cc6164ea2168fdf50dbe8f581c441a568 100644 GIT binary patch delta 16 Ycmex=i1Gg+#tE~S&GZa5&V7^s07l^l)&Kwi delta 16 Ycmex=i1Gg+#tE~SP4x^n&V7^s07l;j)&Kwi diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index 50d170904..d9ecc90c4 100644 --- a/mobile/pubspec.yaml +++ b/mobile/pubspec.yaml @@ -2,7 +2,7 @@ name: immich_mobile description: Immich - selfhosted backup media file on mobile phone publish_to: "none" -version: 1.95.1+123 +version: 1.96.0+124 isar_version: &isar_version 3.1.0+1 environment: diff --git a/open-api/immich-openapi-specs.json b/open-api/immich-openapi-specs.json index 8fec89327..44772e14a 100644 --- a/open-api/immich-openapi-specs.json +++ b/open-api/immich-openapi-specs.json @@ -6458,7 +6458,7 @@ "info": { "title": "Immich", "description": "Immich API", - "version": "1.95.1", + "version": "1.96.0", "contact": {} }, "tags": [], diff --git a/open-api/typescript-sdk/axios-client/api.ts b/open-api/typescript-sdk/axios-client/api.ts index ad36bb493..154fc9969 100644 --- a/open-api/typescript-sdk/axios-client/api.ts +++ b/open-api/typescript-sdk/axios-client/api.ts @@ -4,7 +4,7 @@ * Immich * Immich API * - * The version of the OpenAPI document: 1.95.1 + * The version of the OpenAPI document: 1.96.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/open-api/typescript-sdk/axios-client/base.ts b/open-api/typescript-sdk/axios-client/base.ts index d35330945..bc29eda02 100644 --- a/open-api/typescript-sdk/axios-client/base.ts +++ b/open-api/typescript-sdk/axios-client/base.ts @@ -4,7 +4,7 @@ * Immich * Immich API * - * The version of the OpenAPI document: 1.95.1 + * The version of the OpenAPI document: 1.96.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/open-api/typescript-sdk/axios-client/common.ts b/open-api/typescript-sdk/axios-client/common.ts index 120ebca55..4fb512c0f 100644 --- a/open-api/typescript-sdk/axios-client/common.ts +++ b/open-api/typescript-sdk/axios-client/common.ts @@ -4,7 +4,7 @@ * Immich * Immich API * - * The version of the OpenAPI document: 1.95.1 + * The version of the OpenAPI document: 1.96.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/open-api/typescript-sdk/axios-client/configuration.ts b/open-api/typescript-sdk/axios-client/configuration.ts index cd67c859c..6f2bacbbc 100644 --- a/open-api/typescript-sdk/axios-client/configuration.ts +++ b/open-api/typescript-sdk/axios-client/configuration.ts @@ -4,7 +4,7 @@ * Immich * Immich API * - * The version of the OpenAPI document: 1.95.1 + * The version of the OpenAPI document: 1.96.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/open-api/typescript-sdk/axios-client/index.ts b/open-api/typescript-sdk/axios-client/index.ts index 0918c8124..cf9819f95 100644 --- a/open-api/typescript-sdk/axios-client/index.ts +++ b/open-api/typescript-sdk/axios-client/index.ts @@ -4,7 +4,7 @@ * Immich * Immich API * - * The version of the OpenAPI document: 1.95.1 + * The version of the OpenAPI document: 1.96.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/open-api/typescript-sdk/fetch-client.ts b/open-api/typescript-sdk/fetch-client.ts index d023f8ef0a615f14485b1418349711360f8efe51..5e97521274e4471f8ff619553291e7dfc6c2f094 100644 GIT binary patch delta 19 bcmdmYl4ajXmI)%vW_kvV;#