We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fabd981 commit 1b12e06Copy full SHA for 1b12e06
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "discord-screenshot",
3
- "version": "1.2",
+ "version": "1.2.0",
4
"description": "A resource for FiveM and RedM that takes a screenshot of a player and uploads it to a discord's webhook.",
5
"main": "index.js",
6
"scripts": {
src/static/fxmanifest.lua
@@ -1,9 +1,9 @@
-fx_version 'adamant'
+fx_version 'bodacious'
game 'common'
author 'Jaime Filho <https://github.com/jaimeadf>'
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'
7
url 'https://github.com/jaimeadf/discord-screenshot'
8
9
server_script 'dist/server.js'
0 commit comments