Godot 3.1.1

This commit is contained in:
Hein-Pieter van Braam-Stewart
2019-04-27 13:30:51 +02:00
parent 71fd689a95
commit 7aa9a78398

View File

@@ -2,7 +2,7 @@ description = "Download layout"
==
<?php
function onInit() {
$this["stable_version"] = "3.1";
$this["stable_version"] = "3.1.1";
}
?>
==