mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
upgrade to 0.7.23
This commit is contained in:
parent
e49294c653
commit
9af0df22e8
4 changed files with 4 additions and 3 deletions
|
@ -29,7 +29,7 @@ REDIS_URL=redis://
|
||||||
# WORKERS_PROCESSES=
|
# WORKERS_PROCESSES=
|
||||||
|
|
||||||
# Workouts
|
# Workouts
|
||||||
TILE_SERVER_URL=https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png
|
TILE_SERVER_URL=https://tile.openstreetmap.org/{z}/{x}/{y}.png
|
||||||
MAP_ATTRIBUTION='© <a href="http://www.openstreetmap.org/copyright" target="_blank" rel="noopener noreferrer">OpenStreetMap</a> contributors'
|
MAP_ATTRIBUTION='© <a href="http://www.openstreetmap.org/copyright" target="_blank" rel="noopener noreferrer">OpenStreetMap</a> contributors'
|
||||||
DEFAULT_STATICMAP=False
|
DEFAULT_STATICMAP=False
|
||||||
STATICMAP_SUBDOMAINS=''
|
STATICMAP_SUBDOMAINS=''
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "FitTrackee"
|
||||||
description.en = "Self-hosted outdoor activity tracker 🚴"
|
description.en = "Self-hosted outdoor activity tracker 🚴"
|
||||||
description.fr = "Traqueur d’activités extérieures auto-hébergé 🚴"
|
description.fr = "Traqueur d’activités extérieures auto-hébergé 🚴"
|
||||||
|
|
||||||
version = "0.7.22~ynh1"
|
version = "0.7.23~ynh1"
|
||||||
|
|
||||||
maintainers = ["Thovi98"]
|
maintainers = ["Thovi98"]
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
fittrackee_version="0.7.22"
|
fittrackee_version="0.7.23"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
|
@ -18,3 +18,4 @@ test_format = 1.0
|
||||||
|
|
||||||
test_upgrade_from.ca02214.name = "0.7.18"
|
test_upgrade_from.ca02214.name = "0.7.18"
|
||||||
test_upgrade_from.9c094f9.name = "0.7.21"
|
test_upgrade_from.9c094f9.name = "0.7.21"
|
||||||
|
test_upgrade_from.e49294c.name = "0.7.22"
|
||||||
|
|
Loading…
Reference in a new issue