diff --git a/fxmanifest.lua b/fxmanifest.lua index b78322b..d64eb5a 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -3,7 +3,7 @@ game 'common' name 'oxmysql' description 'Database wrapper for FiveM utilising node-mysql2 offering improved performance and security.' -version '2.0.0' +version '2.0.1' url 'https://github.com/overextended/oxmysql' author 'overextended' diff --git a/package.json b/package.json index 0753140..0778b64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oxmysql", - "version": "2.0.0", + "version": "2.0.1", "description": "FXServer to MySQL communication via node-mysql2", "repository": "git@github.com:overextended/oxmysql.git", "author": "dunak-debug <19434539+dunak-debug@users.noreply.github.com>",