Skip to content

Commit

Permalink
Version update (1.7.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
gimicze committed Apr 7, 2021
1 parent a1b3ba8 commit 1cc7f60
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.1 --
-- FIRE SCRIPT v1.7.3 --
-- by GIMI (+ foregz, Albo1125) --
-- License: GNU GPL 3.0 --
--================================--
Expand Down
2 changes: 1 addition & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ games {
}

author 'GIMI, foregz, Albo1125'
version '1.7.2'
version '1.7.3'
description 'Fire Script'

client_scripts {
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.10 --
-- FIRE SCRIPT v1.7.3 --
-- 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.1 --
-- FIRE SCRIPT v1.7.3 --
-- by GIMI (+ foregz, Albo1125) --
-- License: GNU GPL 3.0 --
--================================--
Expand All @@ -8,7 +8,7 @@
-- VERSION CHECK --
--================================--

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

Citizen.CreateThread(
Expand Down

0 comments on commit 1cc7f60

Please sign in to comment.