Release 3.0.2-stable

This commit is contained in:
Rémi Verschelde
2018-03-04 11:26:08 +01:00
parent b88d0318d9
commit f4e3a6dc15
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.1";
$this["stable_version"] = "3.0.2";
}
?>
==
@@ -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 Feb 25, 2018</i>
<i class="date">released Mar 4, 2018</i>
<p></p>

View File

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