Skip to content

Commit

Permalink
Version change
Browse files Browse the repository at this point in the history
  • Loading branch information
gimicze committed May 9, 2021
1 parent a238c96 commit 35fa1ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.7.3",
"FireScript v1.7.4",
text
}
}
Expand Down
2 changes: 1 addition & 1 deletion config.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--================================--
-- FIRE SCRIPT v1.7.3 --
-- FIRE SCRIPT v1.7.4 --
-- 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.7.3 --
-- FIRE SCRIPT v1.7.4 --
-- by GIMI (+ foregz, Albo1125) --
-- License: GNU GPL 3.0 --
--================================--
Expand All @@ -8,7 +8,7 @@
-- VERSION CHECK --
--================================--

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

Citizen.CreateThread(
Expand Down

0 comments on commit 35fa1ab

Please sign in to comment.