Update stable version to 3.0.1

This commit is contained in:
Rémi Verschelde
2018-02-25 22:14:31 +01:00
parent 19dd43f2ac
commit cae35c90dd
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ description = "Download layout"
==
<?php
function onInit() {
$this["stable_version"] = "3.0";
$this["stable_version"] = "3.0.1";
}
?>
==
@@ -116,7 +116,7 @@ description = "Download layout"
<img src="{{ 'assets/download/godot_logo.svg' | theme }}" alt="" height=200>
<h2>Godot <em>{{stable_version}}</em></h2>
<i class="date">released Jan 29, 2018</i>
<i class="date">released Feb 25, 2018</i>
<p></p>

View File

@@ -119,7 +119,7 @@ postPage = "{{ :slug }}"
<a href="/download" class="btn download">
<div class="main">download </div>
<div class="opt">3.0</div>
<div class="opt">3.0.1</div>
</a>
<a href="/features" class="btn flat">learn more</a>
</div>