1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fittrackee_ynh.git synced 2024-09-03 18:36:16 +02:00

upgrade to 0.7.26

This commit is contained in:
Thomas 2023-11-19 17:40:33 +01:00 committed by GitHub
parent a285f14f88
commit 61ed136027
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ name = "FitTrackee"
description.en = "Self-hosted outdoor activity tracker 🚴"
description.fr = "Traqueur dactivité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

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
fittrackee_version="0.7.25"
fittrackee_version="0.7.26"
#=================================================
# PERSONAL HELPERS

View file

@ -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"
test_upgrade_from.d682f12.name = "0.7.25~ynh3"