diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index 4fd4c28..b88cf2d 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.11 now
+ Download v.2.0.12 now
@@ -257,9 +257,9 @@
// 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.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 windowsLink = "https://github.com/AntonelliLab/raxmlGUI/releases/latest/download/raxmlGUI-Setup-2.0.12.exe";
+ const macLink = "https://github.com/AntonelliLab/raxmlGUI/releases/latest/download/raxmlGUI-2.0.12.dmg";
+ const linuxLink = "https://github.com/AntonelliLab/raxmlGUI/releases/latest/download/raxmlGUI-2.0.12.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';