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 ()