Bump AppImage download links

This commit is contained in:
Matheus Fernandes 2017-03-10 15:54:02 -03:00
parent 237595cec8
commit a35f39fa78
No known key found for this signature in database
GPG key ID: DD07CA4EA7B65C4F

View file

@ -632,7 +632,7 @@
<td><b>Other Linux distros</b> (.AppImage)</td>
<td class="soon">COMING SOON</td>
<td id="td-appimage" colspan="2">
<a href="https://github.com/zeit/hyper/releases/download/1.3.0/hyper-1.3.0-x86_64-linux.AppImage">DOWNLOAD <img src="static/download-icon.svg"/></a>
<a href="https://github.com/zeit/hyper/releases/download/1.3.1/hyper-1.3.0-x86_64-linux.AppImage">DOWNLOAD <img src="static/download-icon.svg"/></a>
</td>
</tr>
</table>
@ -1610,7 +1610,7 @@ exports.mapTermsState = (state, map) => {
downloadButtonText.innerHTML += ' for <strong>Fedora</strong>';
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 <strong>Linux</strong>';
document.getElementById('td-appimage').classList.add('highlighted');
}