diff --git a/integration/fxmanifest.lua b/integration/fxmanifest.lua index 66f4c13..cf5b35d 100644 --- a/integration/fxmanifest.lua +++ b/integration/fxmanifest.lua @@ -3,7 +3,7 @@ game "gta5" author "Dev-CasperTheGhost" description "SnailyCAD Live Map integration for FiveM." -version "0.0.6" +version "0.0.7" client_scripts {"client/client.js"} server_scripts {"server/server.js"} diff --git a/package-lock.json b/package-lock.json index 67d50ba..cf4f70f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@snailycad/live-map", - "version": "0.0.6", + "version": "0.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@snailycad/live-map", - "version": "0.0.6", + "version": "0.0.7", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 49d21c6..df2d2d4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@snailycad/live-map", - "version": "0.0.6", + "version": "0.0.7", "license": "MIT", "author": { "name": "Dev-CasperTheGhost",