diff --git a/package.json b/package.json index 1536dc3..6035eb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord-screenshot", - "version": "1.2", + "version": "1.2.0", "description": "A resource for FiveM and RedM that takes a screenshot of a player and uploads it to a discord's webhook.", "main": "index.js", "scripts": { diff --git a/src/static/fxmanifest.lua b/src/static/fxmanifest.lua index 1940905..7ddda94 100644 --- a/src/static/fxmanifest.lua +++ b/src/static/fxmanifest.lua @@ -1,9 +1,9 @@ -fx_version 'adamant' +fx_version 'bodacious' game 'common' author 'Jaime Filho ' description "A resource for FiveM and RedM that takes a screenshot of a player and uploads it to a discord's webhook." -version '1.2' +version '1.2.0' url 'https://github.com/jaimeadf/discord-screenshot' server_script 'dist/server.js'