From ae16b78bc4acf1962fa6789f32b5cda6b22441f4 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 17:18:40 +0000 Subject: [PATCH] chore: bump version to v3.32.2 --- fxmanifest.lua | 2 +- package/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index 023bbd6..a4916b9 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.32.1' +version '3.32.2' 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 08509ef..94009dc 100644 --- a/package/package.json +++ b/package/package.json @@ -1,7 +1,7 @@ { "name": "@communityox/ox_lib", "author": "Overextended", - "version": "3.32.1", + "version": "3.32.2", "description": "JS/TS wrapper for ox_lib exports", "main": "./shared/index.js", "types": "./shared/index.d.ts",