Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
carsakiller committed Apr 7, 2023
1 parent 8e9e4c4 commit d943129
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/script.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


-- CARSA'S COMMANDS
---@version 2.1.2
---@version 2.1.3
---@authors carsakiller, CrazyFluffyPony, Dargino, CodeLeopard
---@source https://github.com/carsakiller/Carsas-CommandsV2
---@license MIT License
Expand All @@ -17,7 +17,7 @@ local OWNER_STEAM_ID = "0"

local DEBUG = false

local ScriptVersion = "2.1.2"
local ScriptVersion = "2.1.3"
local SaveDataVersion = "2.1.1"

--[ LIBRARIES ]--
Expand Down Expand Up @@ -489,7 +489,7 @@ local ABOUT = {
{title = "ScriptVersion:", text = ScriptVersion},
{title = "SaveDataVersion:", text = SaveDataVersion},
{title = "Created By:", text = "Carsa, CrazyFluffyPony, Dargino, Leopard"},
{title = "Github:", text = "https://github.com/carsakiller/Carsas-Commands"},
{title = "Github:", text = "https://github.com/carsakiller/Carsas-CommandsV2"},
{title = "More Info:", text = "For more info, I recommend checking out the github page"},
{title = "For Help:", text = "Use '?ccHelp' to get more information on commands"},
}
Expand Down

0 comments on commit d943129

Please sign in to comment.