From dedf758b7a5c145ef1e361722d498c3884c1518d Mon Sep 17 00:00:00 2001 From: Limezy Date: Sat, 18 Jun 2022 09:56:42 +0700 Subject: [PATCH] Update to 220617-0402b8d3 --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 5d33057..a38eb29 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "AI-Powered Photos App for the Decentralized Web", "fr": "Gestion de photos en ligne" }, - "version": "2022.05.28~ynh2", + "version": "2022.06.17~ynh1", "url": "photoprism.app", "upstream": { "license": "AGPL-3.0-only", diff --git a/scripts/_common.sh b/scripts/_common.sh index 7433624..8d7a790 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # Tag name of the installed version -PHOTOPRISM_VERSION="220528-efb5d710" +PHOTOPRISM_VERSION="220617-0402b8d3" MEMORY_NEEDED="3000" NODEJS_VERSION=14