Skip to content

Commit

Permalink
Update qTox OSX download link for v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonybilinski authored and nurupo committed Apr 20, 2018
1 parent 0300802 commit f309af5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion themes/website/static/js/osdetect.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if (window.navigator.userAgent.indexOf("Mac") != -1) {
name: "qtox",
icon: "download",
desc: true,
dlLink: "https://github.com/qTox/qTox/releases/download/v1.14.1/qTox.dmg",
dlLink: "https://github.com/qTox/qTox/releases/download/v1.15.0/qTox.dmg",
}, {
title: "uTox 64-bit",
name: "utox",
Expand Down
2 changes: 1 addition & 1 deletion themes/website/templates/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2>Windows</h2>
<div class="col-sm-4 feature">
<img src="theme/img/plat/mac_dark.svg">
<h2>OS X</h2>
<p class="lead"><a href="https://github.com/qTox/qTox/releases/download/v1.14.1/qTox.dmg">qTox</a></p>
<p class="lead"><a href="https://github.com/qTox/qTox/releases/download/v1.15.0/qTox.dmg">qTox</a></p>
<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>
</div>

Expand Down

0 comments on commit f309af5

Please sign in to comment.