From 4b2b564591483c1172390c3e7bf8b82c10cc1104 Mon Sep 17 00:00:00 2001 From: dunak-debug <19434539+dunak-debug@users.noreply.github.com> Date: Sat, 18 Sep 2021 12:45:37 +0200 Subject: [PATCH] chore: Bump version to 1.3.2 --- fxmanifest.lua | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index 9e48e95..4959d9d 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -3,7 +3,7 @@ game 'gta5' name 'oxmysql' description 'Database wrapper for FiveM utilising node-mysql2 offering improved performance and security.' -version '1.3.1' +version '1.3.2' url 'https://github.com/overextended/oxmysql' author 'overextended' use_fxv2_oal 'yes' diff --git a/package.json b/package.json index c9ef873..bf36644 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oxmysql", - "version": "1.2.0", + "version": "1.3.2", "main": "oxmysql.js", "description": "FiveM MySQL wrapper using faster mysql2", "repository": "git@github.com:overextended/oxmysql.git",