diff --git a/README.md b/README.md index a00acae..791af80 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Kresus is an open-source libre self-hosted personal finance manager. It allows you to safely track your banking history, check your overall balance and know exactly how you are spending money using categories! -**Shipped version:** 0.19.4~ynh3 +**Shipped version:** 0.19.4~ynh4 ## Screenshots @@ -57,7 +57,6 @@ Kresus is an open-source libre self-hosted personal finance manager. It allows y * Official app website: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 9f8c2a5..9c586cf 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) po Kresus est un gestionnaire de finances personnelles gratuit et libre qui tourne sur votre serveur. Il récupère automatiquement et quotidiennement toutes vos nouvelles transactions bancaires et vous permet de les catégoriser, étudier via des graphiques, et établir un budget. -**Version incluse :** 0.19.4~ynh3 +**Version incluse :** 0.19.4~ynh4 ## Captures d’écran @@ -56,7 +56,6 @@ Les architectures 32 bits ne sont pas prises en charge car nodejs ne fournit plu * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : * Signaler un bug : ## Informations pour les développeurs diff --git a/check_process b/check_process index 17ae5b8..34f0a1c 100644 --- a/check_process +++ b/check_process @@ -11,7 +11,7 @@ setup_public=0 upgrade=1 # 0.16.0~ynh4 - upgrade=1 from_commit=bd7259e916130f933f6ecdc8d6362e1fa7164d8f + #upgrade=1 from_commit=bd7259e916130f933f6ecdc8d6362e1fa7164d8f # 0.18.1~ynh6 upgrade=1 from_commit=c5d4c9a728365771f5536bdac3830b86d75d895a backup_restore=1 diff --git a/manifest.json b/manifest.json index ce03b6d..d726869 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Personal finance manager", "fr": "Outil personnel de gestion de finances" }, - "version": "0.19.4~ynh3", + "version": "0.19.4~ynh4", "url": "https://framagit.org/kresusapp/kresus", "upstream": { "license": "AGPL-3.0-only",