Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weibel <michael.weibel@gmail.com>2015-07-10 08:56:05 +0300
committerMichael Weibel <michael.weibel@gmail.com>2015-07-10 08:56:05 +0300
commit124d9c64feefb4ae90939cb3bae39c76dd74b4e8 (patch)
tree3d75c733631345630dc5ab64248622dac4382476
parentebda2dab071fa6898a42bf2ada2695516a4fa2cb (diff)
Update released version
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 6b6ab0e..a67054c 100644
--- a/index.html
+++ b/index.html
@@ -27,11 +27,11 @@
<header>
<div id="download">
<!-- if you change the version, change it in the onclick tracker as well -->
- <a href="https://github.com/candy-chat/candy/archive/v1.7.1.tar.gz" onclick="_gaq.push(['_trackEvent', 'Download', $(this).find('.version').text()]);" class="button">
+ <a href="https://github.com/candy-chat/candy/releases/download/v2.0.0/candy-2.0.0.zip" onclick="_gaq.push(['_trackEvent', 'Download', $(this).find('.version').text()]);" class="button">
Download candy.tar.gz
- <small>v<span class="version">1.7.1</span> &mdash; <time datetime="2014-07-14">July 14th, 2014</time></small>
+ <small>v<span class="version">2.0.0</span> &mdash; <time datetime="2015-07-10">July 10th, 2015</time></small>
</a>
- <span class="changelog"><a href="https://github.com/candy-chat/candy/releases/tag/v1.7.1">Changelog</a></span><span class="license">Released under the <a href="https://github.com/candy-chat/candy/blob/master/LICENSE">MIT License</a></span>
+ <span class="changelog"><a href="https://github.com/candy-chat/candy/compare/v1.7.1...v2.0.0">Changelog</a></span><span class="license">Released under the <a href="https://github.com/candy-chat/candy/blob/master/LICENSE">MIT License</a></span>
</div>
<h1>Candy</h1>
<em>&mdash; a JavaScript-based multi-user chat client</em>