diff --git a/README.md b/README.md index 50cd364..185afa9 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.8.0~ynh1 +**Shipped version:** 0.8.1~ynh1 ## Screenshots diff --git a/README_eu.md b/README_eu.md index d489244..f0b5cd0 100644 --- a/README_eu.md +++ b/README_eu.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. -**Paketatutako bertsioa:** 0.8.0~ynh1 +**Paketatutako bertsioa:** 0.8.1~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index aabcfc1..815ce2c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. 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.8.0~ynh1 +**Version incluse :** 0.8.1~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 91e7817..cf53dd0 100644 --- a/README_gl.md +++ b/README_gl.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. -**Versión proporcionada:** 0.8.0~ynh1 +**Versión proporcionada:** 0.8.1~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index a03243f..f89c87c 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.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. -**分发版本:** 0.8.0~ynh1 +**分发版本:** 0.8.1~ynh1 ## 截图 diff --git a/manifest.toml b/manifest.toml index 4f20f65..e95e34f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,12 +7,12 @@ description.gl = "Rexistra as túas actividades ao aire libre 🚴" description.ca = "Seguiment d'activitats a l'aire lliure autoallotjat 🚴" description.fr = "Traqueur d’activités extérieures auto-hébergé 🚴" -version = "0.8.0~ynh1" +version = "0.8.1~ynh1" maintainers = ["Thovi98"] [upstream] -license = "AGPL-3.0" +license = "AGPL-3.0-only" website = "https://samr1.github.io/FitTrackee" demo = "" admindoc = "https://samr1.github.io/FitTrackee" diff --git a/tests.toml b/tests.toml index 5e74b11..32eeba1 100644 --- a/tests.toml +++ b/tests.toml @@ -16,4 +16,5 @@ test_format = 1.0 # Commits to test upgrade from # ------------------------------- test_upgrade_from.499f21b.name = "0.7.32" + test_upgrade_from.5b6ccd1.name = "0.8.0"