diff --git a/manifest.toml b/manifest.toml index a715eca..d89c3e1 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.28~ynh1" +version = "0.7.29~ynh1" maintainers = ["Thovi98"] diff --git a/scripts/_common.sh b/scripts/_common.sh index 5896c09..34ca418 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -fittrackee_version="0.7.28" +fittrackee_version="0.7.29" #================================================= # PERSONAL HELPERS diff --git a/tests.toml b/tests.toml index 424ea12..41219c0 100644 --- a/tests.toml +++ b/tests.toml @@ -16,11 +16,7 @@ test_format = 1.0 # Commits to test upgrade from # ------------------------------- - test_upgrade_from.ca02214.name = "0.7.18" - test_upgrade_from.9c094f9.name = "0.7.21" - 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.d682f12.name = "0.7.25~ynh3" test_upgrade_from.e48197d.name = "0.7.26" - test_upgrade_from.33f7a78.name = "0.7.27" \ No newline at end of file + test_upgrade_from.33f7a78.name = "0.7.27" + test_upgrade_from.ac79c26.name = "0.7.28" \ No newline at end of file