Skip to content

Commit 38c1f0b

Browse files
chore: version v2.5.3
1 parent 5212bca commit 38c1f0b

File tree

16 files changed

+18
-18
lines changed

16 files changed

+18
-18
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.5.2",
3+
"version": "2.5.3",
44
"description": "Command Line Interface (CLI) for Immich",
55
"type": "module",
66
"exports": "./dist/index.js",

docs/static/archived-versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
3-
"label": "v2.5.2",
4-
"url": "https://docs.v2.5.2.archive.immich.app"
3+
"label": "v2.5.3",
4+
"url": "https://docs.v2.5.3.archive.immich.app"
55
},
66
{
77
"label": "v2.4.1",

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.5.2",
3+
"version": "2.5.3",
44
"description": "",
55
"main": "index.js",
66
"type": "module",

i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "immich-i18n",
3-
"version": "2.5.2",
3+
"version": "2.5.3",
44
"private": true,
55
"scripts": {
66
"format": "prettier --check .",

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.5.2"
3+
version = "2.5.3"
44
description = ""
55
authors = [{ name = "Hau Tran", email = "alex.tran1502@gmail.com" }]
66
requires-python = ">=3.11,<4.0"

machine-learning/uv.lock

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/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" => 3033,
39-
"android.injected.version.name" => "2.5.2",
38+
"android.injected.version.code" => 3034,
39+
"android.injected.version.name" => "2.5.3",
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.5.2</string>
83+
<string>2.5.3</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.5.2+3033
5+
version: 2.5.3+3034
66

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

0 commit comments

Comments
 (0)