Skip to content

Commit b157366

Browse files
committed
Actualizada versión del script
1 parent e6f7d28 commit b157366

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fxmanifest.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author 'Jougito'
66

77
description 'Chat de reportes y radio staff ingame'
88

9-
version '1.0.0'
9+
version '1.0.1'
1010

1111
client_scripts {
1212
'config.lua',

server/main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ end
6767

6868
-- Version Checking - DON'T TOUCH THIS
6969

70-
local CurrentVersion = '1.0.0'
70+
local CurrentVersion = '1.0.1'
7171
local GithubResourceName = 'Staff-Chat'
7272

7373
PerformHttpRequest('https://raw.githubusercontent.com/Jougito/FiveM_Resources/master/' .. GithubResourceName .. '/VERSION', function(Error, NewestVersion, Header)

0 commit comments

Comments
 (0)