From d9d7fa8347a2e5acc22e82566f89d6f40e4e33e5 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Wed, 20 Nov 2024 17:32:42 +0100 Subject: [PATCH] Update version_switcher.json to include 1.3 and 1.4 --- docs/version_switcher.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/version_switcher.json b/docs/version_switcher.json index 67e78c7c..62ec9d99 100644 --- a/docs/version_switcher.json +++ b/docs/version_switcher.json @@ -13,5 +13,15 @@ "name": "1.2.0", "version": "1.2.0", "url": "https://geouned-org.github.io/GEOUNED/1.2.0" + }, + { + "name": "1.3.0", + "version": "1.3.0", + "url": "https://geouned-org.github.io/GEOUNED/1.3.0" + }, + { + "name": "1.4.0", + "version": "1.4.0", + "url": "https://geouned-org.github.io/GEOUNED/1.4.0" } -] \ No newline at end of file +]