Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
gimicze committed Dec 15, 2020
1 parent 2fc60de commit 2d3f39b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function sendMessage(text)
{
templateId = "firescript",
args = {
"FireScript v1.6.3",
"FireScript v1.6.5",
text
}
}
Expand Down
2 changes: 1 addition & 1 deletion server/fire.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--================================--
-- FIRE SCRIPT v1.6.1 --
-- FIRE SCRIPT v1.6.5 --
-- by GIMI (+ foregz, Albo1125) --
-- License: GNU GPL 3.0 --
--================================--
Expand Down
4 changes: 2 additions & 2 deletions server/main.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--================================--
-- FIRE SCRIPT v1.6.4 --
-- FIRE SCRIPT v1.6.5 --
-- by GIMI (+ foregz, Albo1125) --
-- License: GNU GPL 3.0 --
--================================--
Expand All @@ -8,7 +8,7 @@
-- VERSION CHECK --
--================================--

Version = "1.6.4"
Version = "1.6.5"
LatestVersionFeed = "https://api.github.com/repos/gimicze/firescript/releases/latest"

Citizen.CreateThread(
Expand Down
2 changes: 1 addition & 1 deletion server/whitelist.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--================================--
-- FIRE SCRIPT v1.6.3 --
-- FIRE SCRIPT v1.6.5 --
-- by GIMI (+ foregz, Albo1125) --
-- License: GNU GPL 3.0 --
--================================--
Expand Down

0 comments on commit 2d3f39b

Please sign in to comment.