We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133cce4 commit 7da3ffbCopy full SHA for 7da3ffb
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "discord-screenshot",
3
- "version": "1.3.0",
+ "version": "1.3.1",
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
@@ -3,7 +3,7 @@ game 'gta5'
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.3.0'
+version '1.3.1'
7
url 'https://github.com/jaimeadf/discord-screenshot'
8
9
server_script 'dist/server.js'
0 commit comments