Skip to content

Commit

Permalink
Version v1.82.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 committed Oct 17, 2023
1 parent 1890c0a commit 219f99e
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion cli/src/api/open-api/api.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/src/api/open-api/base.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/src/api/open-api/common.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/src/api/open-api/configuration.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/src/api/open-api/index.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion machine-learning/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "machine-learning"
version = "1.81.1"
version = "1.82.0"
description = ""
authors = ["Hau Tran <alex.tran1502@gmail.com>"]
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions mobile/android/fastlane/Fastfile
Expand Up @@ -35,8 +35,8 @@ platform :android do
task: 'bundle',
build_type: 'Release',
properties: {
"android.injected.version.code" => 105,
"android.injected.version.name" => "1.81.1",
"android.injected.version.code" => 106,
"android.injected.version.name" => "1.82.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')
Expand Down
2 changes: 1 addition & 1 deletion mobile/ios/fastlane/Fastfile
Expand Up @@ -19,7 +19,7 @@ platform :ios do
desc "iOS Beta"
lane :beta do
increment_version_number(
version_number: "1.81.1"
version_number: "1.82.0"
)
increment_build_number(
build_number: latest_testflight_build_number + 1,
Expand Down
2 changes: 1 addition & 1 deletion mobile/openapi/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mobile/pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: immich_mobile
description: Immich - selfhosted backup media file on mobile phone

publish_to: "none"
version: 1.81.1+105
version: 1.82.0+106
isar_version: &isar_version 3.1.0+1

environment:
Expand Down
2 changes: 1 addition & 1 deletion server/immich-openapi-specs.json
Expand Up @@ -5379,7 +5379,7 @@
"info": {
"title": "Immich",
"description": "Immich API",
"version": "1.81.1",
"version": "1.82.0",
"contact": {}
},
"tags": [],
Expand Down
4 changes: 2 additions & 2 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
@@ -1,6 +1,6 @@
{
"name": "immich",
"version": "1.81.1",
"version": "1.82.0",
"description": "",
"author": "",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion web/src/api/open-api/api.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/src/api/open-api/base.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/src/api/open-api/common.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/src/api/open-api/configuration.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/src/api/open-api/index.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 219f99e

Please sign in to comment.