ver update

This commit is contained in:
RandomityGuy 2023-02-17 00:47:58 +05:30
parent 06239378fb
commit 45c8e7ce49

View file

@ -167,7 +167,7 @@ class MainMenuGui extends GuiImage {
versionText.vertSizing = Bottom;
versionText.position = new Vector(502, 66);
versionText.extent = new Vector(97, 72);
versionText.text.text = "<p align=\"center\">1.3.3</p>";
versionText.text.text = "<p align=\"center\">1.4.0</p>";
this.addChild(versionText);
}
}