From b41355f6c4cc8087837e0328a33eb84ab4cafd68 Mon Sep 17 00:00:00 2001 From: Roman Tsisyk Date: Mon, 13 Feb 2023 14:38:59 +0200 Subject: [PATCH] Bump versions Signed-off-by: Roman Tsisyk --- src/index.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/index.ts b/src/index.ts index 79137d9..b717cde 100644 --- a/src/index.ts +++ b/src/index.ts @@ -10,45 +10,45 @@ export const SERVER = { url: 'https://cdn-us1.organicmaps.app/', dataVersions: [ 210529, 210703, 210729, 210825, 211002, 211022, 211122, 220103, 220204, 220314, 220415, 220515, 220613, 220718, - 220816, 220912, 221029, 221119, 221216, 230121, + 220816, 220912, 221029, 221119, 221216, 230121, 230210, ], }, uk1: { // Mythic Beasts VPS (London, UK) 200TB/mo. url: 'https://cdn-uk1.organicmaps.app/', - dataVersions: [221119, 221216, 230121], + dataVersions: [221216, 230121, 230210], }, nl1: { // // Mythic Beasts VPS (Amsterdam, NL) 200TB/mo. url: 'https://cdn-nl1.organicmaps.app/', - dataVersions: [221119, 221216, 230121], + dataVersions: [221216, 230121, 230210], }, planet: { // Hetzner BareMetal (Falkenstein, Germany) unmetered url: 'https://cdn.organicmaps.app/', dataVersions: [ - 220103, 220204, 220314, 220415, 220515, 220613, 220718, 220816, 220912, 221029, 221119, 221216, 230121, + 220103, 220204, 220314, 220415, 220515, 220613, 220718, 220816, 220912, 221029, 221119, 221216, 230121, 230210, ], }, fi1: { // Hetzner Cloud (Helsinki, Finland), 20TB/mo url: 'https://cdn-fi1.organicmaps.app/', - dataVersions: [221216, 230121], + dataVersions: [230121, 230210], }, de1: { // Hetzner Cloud (Falkenstein, Germany), 20TB/mo url: 'https://cdn-eu2.organicmaps.app/', - dataVersions: [221216, 230121], + dataVersions: [230121, 230210], }, de2: { // Hetzner Cloud (Falkenstein, Germany), 20TB/mo url: 'https://cdn-de2.organicmaps.app/', - dataVersions: [221119, 221216, 230121], + dataVersions: [221216, 230121, 230210], }, us2: { // Hetzner Cloud (Asburn, US East), 20TB/mo url: 'https://cdn-us2.organicmaps.app/', - dataVersions: [221216, 230121], + dataVersions: [230121, 230210], }, };