From 9b0eba4d8f6a94c0beab09832b0254facf289ef5 Mon Sep 17 00:00:00 2001 From: FajsiEx Date: Sat, 14 Aug 2021 21:32:55 +0200 Subject: [PATCH] ^ 0.1.1 --- scripts/components/footer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/components/footer.lua b/scripts/components/footer.lua index 16ca588..e30286b 100644 --- a/scripts/components/footer.lua +++ b/scripts/components/footer.lua @@ -53,7 +53,7 @@ local drawFooter = function () gfx.FontSize(20) gfx.TextAlign(gfx.TEXT_ALIGN_LEFT + gfx.TEXT_ALIGN_TOP) gfx.FillColor(255, 255, 255, 255); - gfx.Text('EXPERIMENTALGEAR 0.1.0 - CLOSED BETA. DO. NOT. LEAK.', 8, 1895); + gfx.Text('EXPERIMENTALGEAR 0.1.1 - CLOSED BETA. DO. NOT. LEAK.', 8, 1895); end local progressTransitions = function ()