From ab9f9fcba2fd3b1ee72d1d50df7818a4dda4f7a1 Mon Sep 17 00:00:00 2001 From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org> Date: Wed, 26 Jun 2024 08:04:15 +0000 Subject: [PATCH] Copied v4.1.1 to latestR4, latest in public with mike 2.1.2 --- public/latest | 2 +- public/latestR4 | 2 +- public/versions.json | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/public/latest b/public/latest index 15a2b33b..4b23c7e2 120000 --- a/public/latest +++ b/public/latest @@ -1 +1 @@ -v4.2.0 \ No newline at end of file +v4.1.1 \ No newline at end of file diff --git a/public/latestR4 b/public/latestR4 index 15a2b33b..4b23c7e2 120000 --- a/public/latestR4 +++ b/public/latestR4 @@ -1 +1 @@ -v4.2.0 \ No newline at end of file +v4.1.1 \ No newline at end of file diff --git a/public/versions.json b/public/versions.json index bbc07dc5..6046926d 100644 --- a/public/versions.json +++ b/public/versions.json @@ -2,15 +2,15 @@ { "version": "v4.2.0", "title": "v4.2.0", - "aliases": [ - "latestR4", - "latest" - ] + "aliases": [] }, { "version": "v4.1.1", "title": "v4.1.1", - "aliases": [], + "aliases": [ + "latestR4", + "latest" + ], "properties": { "hidden": false } -- GitLab