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

github.com/jeblister/kube.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeblister <jeblister@gmail.com>2017-04-13 17:45:41 +0300
committerjeblister <jeblister@gmail.com>2017-04-13 17:45:41 +0300
commit37b4182fe4587f456a2ac9bfbf420cb29b273552 (patch)
treeb743b51189ab9e1bee87496a2c544c63bf9e23a9 /layouts
parentd487788f33335f2677f19e9e8aae00f2e466c608 (diff)
add release version
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index fa4a7eb..a5fa63a 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -8,7 +8,7 @@
<p>{{.Description}}</p>
</div>
<div id="action-buttons">
- <a class="button primary big" href="https://github.com/jeblister/kube" onclick="_gaq.push(['_trackEvent', 'kube', 'download', '1.0.0']);">Download</a> <a class="button outline big" href="https://github.com/jeblister/kube" onclick="_gaq.push(['_trackEvent', 'kube', 'github', '1.0.0']);">View on Github</a>
+ <a class="button primary big" href="https://github.com/jeblister/kube/archive/v1.0.zip" onclick="_gaq.push(['_trackEvent', 'kube', 'download', '1.0']);">Download</a> <a class="button outline big" href="https://github.com/jeblister/kube" onclick="_gaq.push(['_trackEvent', 'kube', 'github', '1.0.0']);">View on Github</a>
<p>Version 1.0.0 from Abril 13, 2017.<br>
Zip-archive, includes all the source and site example files</p>
</div>