diff --git a/README.md b/README.md index 0cb4ed8..a7764aa 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ PhotoPrism® is an AI-Powered Photos App for the Decentralized Web. It makes use - Automatic classification of pictures based on their content and location -**Shipped version:** 2022.05.28~ynh2 +**Shipped version:** 2022.06.17~ynh1 **Demo:** https://demo-fr.photoprism.app diff --git a/README_fr.md b/README_fr.md index 3eb6617..a3126d2 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ PhotoPrism® is an AI-Powered Photos App for the Decentralized Web. It makes use - Automatic classification of pictures based on their content and location -**Version incluse :** 2022.05.28~ynh2 +**Version incluse :** 2022.06.17~ynh1 **Démo :** https://demo-fr.photoprism.app 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