From faa9dda57f079a9574dc167ed3ba8d0f7262b3a7 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 16:48:13 +0000 Subject: [PATCH] chore: bump version to v3.31.4 --- fxmanifest.lua | 2 +- package/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index 6a81020..1bf53d1 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -6,7 +6,7 @@ rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aw name 'ox_lib' author 'Overextended' -version '3.31.3' +version '3.31.4' license 'LGPL-3.0-or-later' repository 'https://github.com/communityox/ox_lib' description 'A library of shared functions to utilise in other resources.' diff --git a/package/package.json b/package/package.json index ed790f9..d83db92 100644 --- a/package/package.json +++ b/package/package.json @@ -1,7 +1,7 @@ { "name": "@communityox/ox_lib", "author": "Overextended", - "version": "3.31.3", + "version": "3.31.4", "description": "JS/TS wrapper for ox_lib exports", "main": "./shared/index.js", "types": "./shared/index.d.ts",