diff --git a/conf/.env.production b/conf/.env.production index 1765397..613fe47 100644 --- a/conf/.env.production +++ b/conf/.env.production @@ -29,7 +29,7 @@ REDIS_URL=redis:// # WORKERS_PROCESSES= # 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='© OpenStreetMap contributors' DEFAULT_STATICMAP=False STATICMAP_SUBDOMAINS='' diff --git a/manifest.toml b/manifest.toml index 9d3a986..edbe575 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.22~ynh1" +version = "0.7.23~ynh1" maintainers = ["Thovi98"] diff --git a/scripts/_common.sh b/scripts/_common.sh index 25a0b39..b1e329a 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -fittrackee_version="0.7.22" +fittrackee_version="0.7.23" #================================================= # PERSONAL HELPERS diff --git a/tests.toml b/tests.toml index 99f274e..30a3b32 100644 --- a/tests.toml +++ b/tests.toml @@ -18,3 +18,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"