Skip to content

Commit

Permalink
Merge pull request #181 from nsg/bump/v1.105.1
Browse files Browse the repository at this point in the history
Bump v1.105.1
  • Loading branch information
nsg committed May 21, 2024
2 parents 24cef5e + fd8478a commit f8fd2ce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.104.0
v1.105.1
2 changes: 1 addition & 1 deletion parts/immich-web/patches/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=v1.104.0
VERSION=v1.105.1
SOURCE_FILE_PATH=https://raw.githubusercontent.com/immich-app/immich/${VERSION}/web/src/lib/components/shared-components/version-announcement-box.svelte

download-patch:
Expand Down
2 changes: 1 addition & 1 deletion parts/machine-learning/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IMMICH_VERSION := v1.104.0
IMMICH_VERSION := v1.105.1

# Use our own Python, over the older included one
export PATH := ${CRAFT_PART_BUILD}/../../python/install/usr/local/bin:$(PATH)
Expand Down
6 changes: 3 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: immich-distribution
title: Immich Distribution
version: "v1.104.0"
version: "v1.105.1"
base: core22
grade: stable
confinement: strict
Expand Down Expand Up @@ -188,7 +188,7 @@ parts:
server:
plugin: nil
source: https://github.com/immich-app/immich.git
source-tag: v1.104.0
source-tag: v1.105.1
override-build: |
craftctl default
Expand Down Expand Up @@ -250,7 +250,7 @@ parts:
web:
plugin: nil
source: https://github.com/immich-app/immich.git
source-tag: v1.104.0
source-tag: v1.105.1
override-build: |
# Patch version announcement box with a version that refers to the snap instead of Docker
patch -p0 -i ${CRAFT_PART_SRC}/../../parts-web/src/patches/001-version-announcement-box.patch
Expand Down

0 comments on commit f8fd2ce

Please sign in to comment.