We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e34c516 commit b850747Copy full SHA for b850747
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "discord-screenshot",
3
- "version": "1.3.4",
+ "version": "1.3.5",
4
"description": "A resource for FiveM that captures the screen 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 that captures the screen of a player and uploads it to a discord's webhook."
-version '1.3.4'
+version '1.3.5'
7
url 'https://github.com/jaimeadf/discord-screenshot'
8
9
server_script 'dist/server.js'
0 commit comments