Skip to content

Commit f309af5

Browse files
anthonybilinskinurupo
authored andcommitted
Update qTox OSX download link for v1.15.0
1 parent 0300802 commit f309af5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

themes/website/static/js/osdetect.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if (window.navigator.userAgent.indexOf("Mac") != -1) {
3838
name: "qtox",
3939
icon: "download",
4040
desc: true,
41-
dlLink: "https://github.com/qTox/qTox/releases/download/v1.14.1/qTox.dmg",
41+
dlLink: "https://github.com/qTox/qTox/releases/download/v1.15.0/qTox.dmg",
4242
}, {
4343
title: "uTox 64-bit",
4444
name: "utox",

themes/website/templates/download.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h2>Windows</h2>
4444
<div class="col-sm-4 feature">
4545
<img src="theme/img/plat/mac_dark.svg">
4646
<h2>OS X</h2>
47-
<p class="lead"><a href="https://github.com/qTox/qTox/releases/download/v1.14.1/qTox.dmg">qTox</a></p>
47+
<p class="lead"><a href="https://github.com/qTox/qTox/releases/download/v1.15.0/qTox.dmg">qTox</a></p>
4848
<p class="lead" style="margin-top:-15px;"><a href="https://github.com/uTox/uTox/releases/download/v0.16.1/uTox-0.16.1.dmg">uTox 64 bit (OS X 10.7+)</a></p>
4949
</div>
5050

0 commit comments

Comments
 (0)