From 89e9a081a2080fe86d6bc1a21c70a639b30d53a2 Mon Sep 17 00:00:00 2001 From: Andreas Gattringer <andreas.gattringer@univie.ac.at> Date: Thu, 1 Jun 2023 09:48:15 +0200 Subject: [PATCH] corrected download link for CATS 1.0.3 --- data/cats.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/data/cats.json b/data/cats.json index 36d250d..ae26397 100644 --- a/data/cats.json +++ b/data/cats.json @@ -1,10 +1,16 @@ { "newest": { - "windows_binaries": "1.0.2", + "windows_binaries": "1.0.3", "quickstart_data": "1.0" }, + + "windows_binaries": [ + { + "version": "1.0.3", + "url": "https://ucloud.univie.ac.at/index.php/s/tnQ6ZbEkrKnqPaU/download" + }, { "version": "1.0.2", "url": "https://ucloud.univie.ac.at/index.php/s/GUCKZwVeVkY4VDO/download" -- GitLab