Skip to content

Commit

Permalink
Update aTox download links for v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlinden committed Feb 28, 2021
1 parent a0f1401 commit a8cdf3f
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 @@ -92,7 +92,7 @@ if (window.navigator.userAgent.indexOf("Android") != -1) {
name: "atox",
icon: "download",
desc: true,
dlLink: "https://github.com/evilcorpltd/aTox/releases/download/v0.5.1/atox.apk",
dlLink: "https://github.com/evilcorpltd/aTox/releases/download/v0.6.0/atox.apk",
}];
}

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 @@ -70,7 +70,7 @@ <h2>FreeBSD</h2>
<div class="col-sm-4 feature">
<img src="theme/img/plat/android_dark.svg">
<h2>Android</h2>
<p class="lead">aTox: <a href="https://f-droid.org/en/packages/ltd.evilcorp.atox/">F-Droid</a> / <a href="https://github.com/evilcorpltd/aTox/releases/download/v0.5.1/atox.apk">APK</a></p>
<p class="lead">aTox: <a href="https://f-droid.org/en/packages/ltd.evilcorp.atox/">F-Droid</a> / <a href="https://github.com/evilcorpltd/aTox/releases/download/v0.6.0/atox.apk">APK</a></p>
</div>
</div>
</div>
Expand Down

0 comments on commit a8cdf3f

Please sign in to comment.