Skip to content

Commit 1b12e06

Browse files
committed
Update resource and fx version
1 parent fabd981 commit 1b12e06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discord-screenshot",
3-
"version": "1.2",
3+
"version": "1.2.0",
44
"description": "A resource for FiveM and RedM that takes a screenshot of a player and uploads it to a discord's webhook.",
55
"main": "index.js",
66
"scripts": {

src/static/fxmanifest.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
fx_version 'adamant'
1+
fx_version 'bodacious'
22
game 'common'
33

44
author 'Jaime Filho <https://github.com/jaimeadf>'
55
description "A resource for FiveM and RedM that takes a screenshot of a player and uploads it to a discord's webhook."
6-
version '1.2'
6+
version '1.2.0'
77
url 'https://github.com/jaimeadf/discord-screenshot'
88

99
server_script 'dist/server.js'

0 commit comments

Comments
 (0)