Update fx and warn users about possible errors

This commit is contained in:
Jim Shield
2025-09-06 14:08:33 +01:00
parent 0d3888565c
commit 10085a3c23
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ if not SUPPRESS_UPDATES then
CheckBridgeVersion() CheckBridgeVersion()
end) end)
else else
print("^7'^3jim_bridge^7' - ^5You are running a newer version ^7(^3"..currentVersionRaw.."^7 ← ^3"..newestVersionRaw.."^7)") print("^7'^3jim_bridge^7' - ^5You are running a newer version ^7(^3"..currentVersionRaw.."^7 ← ^3"..newestVersionRaw.."^7) (^1Expect Errors^7)")
end end
end) end)
end) end)

View File

@@ -1,6 +1,6 @@
name "Jim_Bridge" name "Jim_Bridge"
author "Jimathy" author "Jimathy"
version "2.0.22" version "2.0.23"
description "Framework Bridge By Jimathy" description "Framework Bridge By Jimathy"
fx_version "cerulean" fx_version "cerulean"
rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.' rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'