From f5247bd35f339532f46084a5585ec4730c4f17dc Mon Sep 17 00:00:00 2001 From: Johannes Klein Date: Sat, 28 Sep 2024 17:54:43 +0200 Subject: [PATCH] Update download links --- docs/_layouts/default.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 5fd40e9..4fd4c28 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -54,7 +54,7 @@

{{ page.description | default: site.description | de onclick="gtag('event', 'Download', { 'event_label': OSName, 'event_category': 'Downloads' });" download type="application/octet-stream" class="btn" style="display: inline-flex; align-items: center;"> - Download v.2.0.10 now + Download v.2.0.11 now
@@ -257,9 +257,9 @@

Parallelization

// Check OS to populate the download buttons var OSName = "Unknown"; var downloadLink = ""; - const windowsLink = "https://github.com/AntonelliLab/raxmlGUI/releases/latest/download/raxmlGUI-Setup-2.0.10.exe"; - const macLink = "https://github.com/AntonelliLab/raxmlGUI/releases/latest/download/raxmlGUI-2.0.10.dmg"; - const linuxLink = "https://github.com/AntonelliLab/raxmlGUI/releases/latest/download/raxmlGUI-2.0.10.AppImage"; + const windowsLink = "https://github.com/AntonelliLab/raxmlGUI/releases/latest/download/raxmlGUI-Setup-2.0.11.exe"; + const macLink = "https://github.com/AntonelliLab/raxmlGUI/releases/latest/download/raxmlGUI-2.0.11.dmg"; + const linuxLink = "https://github.com/AntonelliLab/raxmlGUI/releases/latest/download/raxmlGUI-2.0.11.AppImage"; const windowsImage = 'https://antonellilab.github.io/raxmlGUI/assets/img/icon_windows.svg'; const macImage = 'https://antonellilab.github.io/raxmlGUI/assets/img/icon_macos.svg'; const linuxImage = 'https://antonellilab.github.io/raxmlGUI/assets/img/icon_linux.svg';