Skip to content

Commit edbdc14

Browse files
chore: version v2.3.1
1 parent e7261a0 commit edbdc14

File tree

12 files changed

+16
-12
lines changed

12 files changed

+16
-12
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.102",
3+
"version": "2.2.103",
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.3.1",
4+
"url": "https://docs.v2.3.1.archive.immich.app"
5+
},
26
{
37
"label": "v2.3.0",
48
"url": "https://docs.v2.3.0.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.3.0",
3+
"version": "2.3.1",
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.3.0"
3+
version = "2.3.1"
44
description = ""
55
authors = [{ name = "Hau Tran", email = "[email protected]" }]
66
requires-python = ">=3.10,<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" => 3027,
39-
"android.injected.version.name" => "2.3.0",
38+
"android.injected.version.code" => 3028,
39+
"android.injected.version.name" => "2.3.1",
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/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.3.0+3027
5+
version: 2.3.1+3028
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
@@ -13959,7 +13959,7 @@
1395913959
"info": {
1396013960
"title": "Immich",
1396113961
"description": "Immich API",
13962-
"version": "2.3.0",
13962+
"version": "2.3.1",
1396313963
"contact": {}
1396413964
},
1396513965
"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.3.0",
3+
"version": "2.3.1",
44
"description": "Auto-generated TypeScript SDK for the Immich API",
55
"type": "module",
66
"main": "./build/index.js",

open-api/typescript-sdk/src/fetch-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Immich
3-
* 2.3.0
3+
* 2.3.1
44
* DO NOT MODIFY - This file has been generated using oazapfts.
55
* See https://www.npmjs.com/package/oazapfts
66
*/

0 commit comments

Comments
 (0)