From ce8a1ba50bc005dbd056330e6bd5853300e1c4df Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 14:32:43 +0000 Subject: [PATCH] chore: bump version to v3.30.7 --- fxmanifest.lua | 2 +- package/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index 5d6cc70..8a75b82 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.30.6' +version '3.30.7' 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 339802f..ea74176 100644 --- a/package/package.json +++ b/package/package.json @@ -1,7 +1,7 @@ { "name": "@communityox/ox_lib", "author": "Overextended", - "version": "1.0.0", + "version": "3.30.7", "description": "JS/TS wrapper for ox_lib exports", "main": "./shared/index.js", "types": "./shared/index.d.ts",