Skip to content

Commit ee0b291

Browse files
committed
Bump version to 1.0.5
1 parent 88aa106 commit ee0b291

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Version 1.0.5
2+
- Fix qbxcore notify problem
3+
- Fix nd_core detection and events
4+
-

it_bridge/fxmanifest.lua

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ games {'gta5'}
55

66
name 'it_bridge'
77
author '@allroundjonu'
8-
version '1.0.5'
8+
version '1.0.6'
99

1010
identifier 'it_bridge'
1111

@@ -25,6 +25,7 @@ client_scripts {
2525
}
2626

2727
server_scripts {
28+
'@oxmysql/lib/MySQL.lua',
2829
'modules/versionCheck.lua',
2930
'modules/**/server.lua',
3031
'modules/**/server/*.lua',
@@ -39,5 +40,6 @@ escrow_ignore {
3940
dependencies {
4041
'/server:7290',
4142
'/onesync',
42-
'ox_lib'
43+
'ox_lib',
44+
'oxmysql',
4345
}

it_bridge/modules/variables.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cache = {
1313
version = GetResourceMetadata(it.name, 'version', 0),
1414
}
1515

16-
CURRENT_VERSION = '1.0.5'
16+
CURRENT_VERSION = '1.0.6'
1717

1818
STANDALONE = 'standalone'
1919
AUTO_DETECT = 'auto-detect'

0 commit comments

Comments
 (0)