From d08235118c7bb240e56aab39087c0b4029d9ff04 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 22 Sep 2020 13:32:39 +0200 Subject: [PATCH] fix --- README.md | 2 +- manifest.json | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ce8bfd..63d8150 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview Movim is a decentralized social network, written in PHP and HTML5 and based on the XMPP standard protocol: https://movim.eu -**Shipped version:** 0.18 +**Shipped version:** 0.18rc14 ## Screenshots diff --git a/manifest.json b/manifest.json index b8d1986..de5b5c6 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Responsive web-based cross-platform XMPP client", "fr": "Client XMPP multiplateforme" }, - "version": "0.18.0~ynh1", + "version": "0.18rc14~ynh1", "requirements": { "yunohost": ">= 3.8.1" }, diff --git a/scripts/upgrade b/scripts/upgrade index 78e0c80..e0749d3 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -170,7 +170,7 @@ chown -R $app $final_path/src/Movim/Bootstrap.php ynh_script_progression --message="Configuring database.." --weight=1 ( cd "$final_path" - ynh_exec_as $app php"${phpversion}" mud.php db --set + ynh_exec_as $app php"${phpversion}" composer.phar movim:migrate ) #=================================================