diff --git a/manifest.toml b/manifest.toml index f171e8c..6fcd57e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "FitTrackee" description.en = "Self-hosted outdoor activity tracker 🚴" description.fr = "Traqueur d’activités extérieures auto-hébergé 🚴" -version = "0.7.25~ynh3" +version = "0.7.26~ynh1" maintainers = ["Thovi98"] @@ -17,7 +17,7 @@ admindoc = "https://samr1.github.io/FitTrackee" code = "https://github.com/SamR1/FitTrackee" [integration] -yunohost = ">= 11.2" +yunohost = ">= 11.2.4" architectures = "all" multi_instance = true diff --git a/scripts/_common.sh b/scripts/_common.sh index bbaecb4..34a494f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -fittrackee_version="0.7.25" +fittrackee_version="0.7.26" #================================================= # PERSONAL HELPERS diff --git a/tests.toml b/tests.toml index dabba6b..bc1e91f 100644 --- a/tests.toml +++ b/tests.toml @@ -21,4 +21,4 @@ test_format = 1.0 test_upgrade_from.e49294c.name = "0.7.22" test_upgrade_from.a446e8c.name = "0.7.23" test_upgrade_from.316dea4.name = "0.7.24" - test_upgrade_from.ea68daf.name = "0.7.25~ynh1" \ No newline at end of file + test_upgrade_from.d682f12.name = "0.7.25~ynh3" \ No newline at end of file