From 331ebbaf70b2d4ba37a5b8cf871a67d25d7a5f10 Mon Sep 17 00:00:00 2001 From: Dydzio Date: Sat, 20 Apr 2024 14:49:13 +0200 Subject: [PATCH] Change default mod repository URL --- config/schemas/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/schemas/settings.json b/config/schemas/settings.json index dfb7501cf..c7cd24e41 100644 --- a/config/schemas/settings.json +++ b/config/schemas/settings.json @@ -516,7 +516,7 @@ }, "defaultRepositoryURL" : { "type" : "string", - "default" : "https://raw.githubusercontent.com/vcmi/vcmi-mods-repository/develop/vcmi-1.4.json", + "default" : "https://raw.githubusercontent.com/vcmi/vcmi-mods-repository/develop/vcmi-1.5.json", }, "extraRepositoryEnabled" : { "type" : "boolean",