Skip to content

Commit 26bf5fd

Browse files
committed
Update download links
1 parent 12307ae commit 26bf5fd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/_layouts/default.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2 class="project-tagline">{{ page.description | default: site.description | de
5454
onclick="gtag('event', 'Download', { 'event_label': OSName, 'event_category': 'Downloads' });"
5555
download type="application/octet-stream" class="btn" style="display: inline-flex; align-items: center;">
5656
<img id="downloadImage" width="20" height="20" style="margin-right: 5px;">
57-
<span>Download v.2.0.14 now</span>
57+
<span>Download v.2.0.15 now</span>
5858
</a>
5959
</div>
6060
<div>
@@ -257,9 +257,9 @@ <h3 class="feature-header">Parallelization</h3>
257257
// Check OS to populate the download buttons
258258
var OSName = "Unknown";
259259
var downloadLink = "";
260-
const windowsLink = "https://github.com/AntonelliLab/raxmlGUI/releases/latest/download/raxmlGUI-Setup-2.0.14.exe";
261-
const macLink = "https://github.com/AntonelliLab/raxmlGUI/releases/latest/download/raxmlGUI-2.0.14-universal.dmg";
262-
const linuxLink = "https://github.com/AntonelliLab/raxmlGUI/releases/latest/download/raxmlGUI-2.0.14.AppImage";
260+
const windowsLink = "https://github.com/AntonelliLab/raxmlGUI/releases/latest/download/raxmlGUI-Setup-2.0.15.exe";
261+
const macLink = "https://github.com/AntonelliLab/raxmlGUI/releases/latest/download/raxmlGUI-2.0.15-universal.dmg";
262+
const linuxLink = "https://github.com/AntonelliLab/raxmlGUI/releases/latest/download/raxmlGUI-2.0.15.AppImage";
263263
const windowsImage = 'https://antonellilab.github.io/raxmlGUI/assets/img/icon_windows.svg';
264264
const macImage = 'https://antonellilab.github.io/raxmlGUI/assets/img/icon_macos.svg';
265265
const linuxImage = 'https://antonellilab.github.io/raxmlGUI/assets/img/icon_linux.svg';

0 commit comments

Comments
 (0)