Skip to content

Commit

Permalink
feat(gizmo): version
Browse files Browse the repository at this point in the history
  • Loading branch information
DemiAutomatic committed Jun 30, 2024
1 parent 4abcb35 commit 191b56c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ fx_version 'cerulean'
game 'gta5'
lua54 'yes'

version '2.0'
version '2.0.0'

client_scripts {
"client/gizmo.lua",
Expand All @@ -17,6 +17,8 @@ files {
'client/dataview.lua',
}

server_script 'version.lua'

dependencies {
'ox_lib'
}
1 change: 1 addition & 0 deletions version.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lib.versionCheck('Demigod916/object_gizmo')

0 comments on commit 191b56c

Please sign in to comment.