diff --git a/README.md b/README.md index 52698e8..a951cbb 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Fab-manager is the Fab Lab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks, and document your marker's projects. -**Shipped version:** 5.4.0~ynh1 +**Shipped version:** 5.4.2~ynh1 **Demo:** https://www.fab-manager.com/fr/demo diff --git a/README_fr.md b/README_fr.md index bf9ec7e..78cb724 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Fab-manager is the Fab Lab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks, and document your marker's projects. -**Version incluse :** 5.4.0~ynh1 +**Version incluse :** 5.4.2~ynh1 **Démo :** https://www.fab-manager.com/fr/demo diff --git a/check_process b/check_process index 81fb967..def7b44 100644 --- a/check_process +++ b/check_process @@ -18,6 +18,8 @@ upgrade=1 from_commit=b5305cfd99c5d0d356cf64e9d490e91d9b0cbae0 # 5.3.12~ynh2 upgrade=1 from_commit=de58f811f3bc27205ba2b1fbaed250253b1f13c8 + # 5.4.0~ynh1 + upgrade=1 from_commit=4bb8d26c2eb018884928dc0dcac738dcec5da70e backup_restore=1 multi_instance=0 port_already_use=0 diff --git a/conf/app.src b/conf/app.src index 281baa3..3a64729 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://api.github.com/repos/sleede/fab-manager/tarball/v5.4.0 -SOURCE_SUM=3cc9ca5e26678c80e7169fe295d77f9dd3e0e6b9656f78d1e5e469f94104864d +SOURCE_URL=https://api.github.com/repos/sleede/fab-manager/tarball/v5.4.2 +SOURCE_SUM=bb8b265723c380e4b87d84e9947a635bffefa9ffc032bcaf503b5e26a6ab9fbc SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index e49893c..e02ee93 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "Fab Lab management solution." }, - "version": "5.4.0~ynh1", + "version": "5.4.2~ynh1", "url": "https://www.fab-manager.com", "upstream": { "license": "AGPL-3.0-or-later",