diff --git a/README.md b/README.md index ba3443d..bc6acc7 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ FitTrackee allows you to track your outdoor activities (workouts) from gpx files No mobile app has been developed yet, but several existing mobile apps can store workouts data locally and export them into a gpx file. -**Shipped version:** 0.7.23~ynh2 +**Shipped version:** 0.7.24~ynh1 ## Screenshots @@ -31,7 +31,6 @@ No mobile app has been developed yet, but several existing mobile apps can store * 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 d9d646b..2b80229 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po FitTrackee vous permet de suivre vos activités de plein air (séances d'entraînement) à partir de fichiers gpx et de conserver vos données sur votre propre serveur. Aucune application mobile n'a encore été développée, mais plusieurs applications mobiles existantes peuvent stocker localement les données des séances d'entraînement et les exporter dans un fichier gpx. -**Version incluse :** 0.7.23~ynh2 +**Version incluse :** 0.7.24~ynh1 ## Captures d’écran @@ -30,7 +30,6 @@ Aucune application mobile n'a encore été développée, mais plusieurs applicat * 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/manifest.toml b/manifest.toml index aa5c177..b660f05 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.23~ynh2" +version = "0.7.24~ynh1" maintainers = ["Thovi98"] diff --git a/scripts/_common.sh b/scripts/_common.sh index 7a0450e..63d4dae 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -fittrackee_version="0.7.23" +fittrackee_version="0.7.24" #================================================= # PERSONAL HELPERS diff --git a/tests.toml b/tests.toml index 30a3b32..074031d 100644 --- a/tests.toml +++ b/tests.toml @@ -19,3 +19,4 @@ test_format = 1.0 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"