From bb76a4cc6384461c986f7de3bff15a12ec26ae20 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 25 Jun 2024 07:21:21 +0200 Subject: [PATCH] bump minimum yunohost version --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index ec02a7f..5bbe202 100644 --- a/manifest.toml +++ b/manifest.toml @@ -19,7 +19,7 @@ admindoc = "https://samr1.github.io/FitTrackee" code = "https://github.com/SamR1/FitTrackee" [integration] -yunohost = ">= 11.2.15" +yunohost = ">= 11.2.17" helpers_version = "2.1" architectures = "all" multi_instance = true