Skip to content

Commit 6fd3c9f

Browse files
chore: version v2.5.0
1 parent 50a0b12 commit 6fd3c9f

File tree

13 files changed

+17
-13
lines changed

13 files changed

+17
-13
lines changed

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@immich/cli",
3-
"version": "2.2.105",
3+
"version": "2.2.106",
44
"description": "Command Line Interface (CLI) for Immich",
55
"type": "module",
66
"exports": "./dist/index.js",

docs/static/archived-versions.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
[
2+
{
3+
"label": "v2.5.0",
4+
"url": "https://docs.v2.5.0.archive.immich.app"
5+
},
26
{
37
"label": "v2.4.1",
48
"url": "https://docs.v2.4.1.archive.immich.app"

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "immich-e2e",
3-
"version": "2.4.1",
3+
"version": "2.5.0",
44
"description": "",
55
"main": "index.js",
66
"type": "module",

machine-learning/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "immich-ml"
3-
version = "2.4.1"
3+
version = "2.5.0"
44
description = ""
55
authors = [{ name = "Hau Tran", email = "alex.tran1502@gmail.com" }]
66
requires-python = ">=3.11,<4.0"

mobile/android/fastlane/Fastfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ platform :android do
3535
task: 'bundle',
3636
build_type: 'Release',
3737
properties: {
38-
"android.injected.version.code" => 3030,
39-
"android.injected.version.name" => "2.4.1",
38+
"android.injected.version.code" => 3031,
39+
"android.injected.version.name" => "2.5.0",
4040
}
4141
)
4242
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')

mobile/ios/Runner/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<key>CFBundlePackageType</key>
8181
<string>APPL</string>
8282
<key>CFBundleShortVersionString</key>
83-
<string>2.4.1</string>
83+
<string>2.5.0</string>
8484
<key>CFBundleSignature</key>
8585
<string>????</string>
8686
<key>CFBundleURLTypes</key>

mobile/openapi/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mobile/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: immich_mobile
22
description: Immich - selfhosted backup media file on mobile phone
33

44
publish_to: 'none'
5-
version: 2.4.1+3030
5+
version: 2.5.0+3031
66

77
environment:
88
sdk: '>=3.8.0 <4.0.0'

open-api/immich-openapi-specs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14951,7 +14951,7 @@
1495114951
"info": {
1495214952
"title": "Immich",
1495314953
"description": "Immich API",
14954-
"version": "2.4.1",
14954+
"version": "2.5.0",
1495514955
"contact": {}
1495614956
},
1495714957
"tags": [

open-api/typescript-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@immich/sdk",
3-
"version": "2.4.1",
3+
"version": "2.5.0",
44
"description": "Auto-generated TypeScript SDK for the Immich API",
55
"type": "module",
66
"main": "./build/index.js",

0 commit comments

Comments
 (0)