Incremented version and corrected whitespace in buildPackages.sh

This commit is contained in:
OLEGSHA 2021-01-21 18:15:50 +03:00
parent fcf225f9c7
commit 85edc07c75
2 changed files with 23 additions and 23 deletions

View File

@ -50,7 +50,7 @@ public class LayerAbout extends GUILayer {
new Label( new Label(
"Version", "Version",
font, font,
new MutableStringLocalized("LayerAbout.Version").format("TechDemo") new MutableStringLocalized("LayerAbout.Version").format("pre-alpha 1")
) )
); );