diff --git a/website/index.html b/website/index.html
index fe255c61..1cb0a85c 100644
--- a/website/index.html
+++ b/website/index.html
@@ -632,7 +632,7 @@
Other Linux distros (.AppImage) |
COMING SOON |
- DOWNLOAD
+ DOWNLOAD
|
@@ -1595,7 +1595,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.1.0/hyper-1.1.0-x86_64-linux.AppImage');
+ downloadButton.setAttribute('href', 'https://github.com/zeit/hyper/releases/download/1.2.0/hyper-1.2.0-x86_64-linux.AppImage');
downloadButtonText.innerHTML += ' for Linux';
document.getElementById('td-appimage').classList.add('highlighted');
}