From b1babdbc0969b0c7dd47c1c7ceb4426b23e06460 Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Sun, 17 Oct 2021 02:04:09 +1100 Subject: [PATCH] chore: Update version --- fxmanifest.lua | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index 768180d..c9f950a 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 '1.6.0' +version '1.6.1' url 'https://github.com/overextended/oxmysql' author 'overextended' use_fxv2_oal 'yes' diff --git a/package.json b/package.json index 7b5bbbf..94957a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oxmysql", - "version": "1.6.0", + "version": "1.6.1", "main": "oxmysql.js", "description": "node-mysql2 resource for Cfx", "repository": "git@github.com:overextended/oxmysql.git",