1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-10 23:22:22 +02:00

Update inline font for f-droid publication metric (#107)

* Added local font
* Up Patch 1.5.1+9
This commit is contained in:
Alex
2022-04-04 09:08:53 -05:00
committed by GitHub
parent be2794a372
commit b69f6e0df7
12 changed files with 32 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "immich",
"version": "1.3.2",
"version": "1.5.1",
"description": "",
"author": "",
"private": true,

View File

@@ -4,6 +4,6 @@
export const serverVersion = {
major: 1,
minor: 5,
patch: 0,
build: 8,
patch: 1,
build: 9,
};