diff --git a/website/index.html b/website/index.html index 84df5e67..80b6418a 100644 --- a/website/index.html +++ b/website/index.html @@ -632,7 +632,7 @@ Other Linux distros (.AppImage) COMING SOON - DOWNLOAD + DOWNLOAD @@ -1610,7 +1610,7 @@ exports.mapTermsState = (state, map) => { downloadButtonText.innerHTML += ' for Fedora'; document.getElementById('td-fedora').classList.add('highlighted'); } else { - downloadButton.setAttribute('href', 'https://github.com/zeit/hyper/releases/download/1.2.0/hyper-1.2.0-x86_64-linux.AppImage'); + downloadButton.setAttribute('href', 'https://github.com/zeit/hyper/releases/download/1.2.0/hyper-1.3.1-x86_64-linux.AppImage'); downloadButtonText.innerHTML += ' for Linux'; document.getElementById('td-appimage').classList.add('highlighted'); }