diff --git a/CSTM-RESOURCE-GENERATOR-0.2.0.vsix b/CSTM-RESOURCE-GENERATOR-0.2.1.vsix similarity index 99% rename from CSTM-RESOURCE-GENERATOR-0.2.0.vsix rename to CSTM-RESOURCE-GENERATOR-0.2.1.vsix index 479774e..4d5b8b4 100644 Binary files a/CSTM-RESOURCE-GENERATOR-0.2.0.vsix and b/CSTM-RESOURCE-GENERATOR-0.2.1.vsix differ diff --git a/package.json b/package.json index 291bb11..3afeef3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "CSTM-RESOURCE-GENERATOR", "displayName": "CSTM Five Alive Resource Generator", "description": "This is an internal tool to help you in creating a new basic lua resource for FiveAlive", - "version": "0.2.0", + "version": "0.2.1", "engines": { "vscode": "^1.59.0" }, diff --git a/template/fxmanifest.lua b/template/fxmanifest.lua index 9747cdd..0f390d9 100644 --- a/template/fxmanifest.lua +++ b/template/fxmanifest.lua @@ -4,7 +4,7 @@ game 'gta5' resource_code "${resourceCode}"--The Resource Code is used everywhere in our name "${resourceName}"--This is the "pretty name" of your script. This will be used for any "name facing" code that is displayed to the user description "${description}" --Explains itself. -author "CSTM Games & KJ4LXC"--Who are you again? +author "CSTMChristina & KJ4LXC"--Who are you again? version "0.0.1"