From 7705defdd18f2cbae3d9ddb6a01494c5c4264a1c Mon Sep 17 00:00:00 2001 From: Ryan Luu Date: Thu, 26 Mar 2026 15:27:46 -0700 Subject: [PATCH] Display current app version when update is available --- src/Attribute.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Attribute.lua b/src/Attribute.lua index 6ca0b45..c5c6e13 100644 --- a/src/Attribute.lua +++ b/src/Attribute.lua @@ -28,7 +28,7 @@ task.defer(function() print(`🍍 Running TopbarPlus {appVersion} by @ForeverHD & HD Admin`) end if isOutdated then - warn(`A new version of TopbarPlus ({latestVersion}) is available: https://devforum.roblox.com/t/topbarplus/1017485`) + warn(`A new version of TopbarPlus ({appVersion} -> {latestVersion}) is available: https://devforum.roblox.com/t/topbarplus/1017485`) end end)