diff --git a/fxmanifest.lua b/fxmanifest.lua index 9f6cd0e..448787c 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.1' +version '3.31.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 877ca94..6501824 100644 --- a/package/package.json +++ b/package/package.json @@ -1,7 +1,7 @@ { "name": "@communityox/ox_lib", "author": "Overextended", - "version": "3.31.1", + "version": "3.31.2", "description": "JS/TS wrapper for ox_lib exports", "main": "./shared/index.js", "types": "./shared/index.d.ts",