Skip to content

Commit ca779bd

Browse files
committed
Bump version
1 parent dd66d63 commit ca779bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lua/autorun/xp_rainbow_player_color_cycle.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
AddCSLuaFile()
88

99
XP_RPCC = XP_RPCC or {}
10-
XP_RPCC.version = "0.3.1"
10+
XP_RPCC.version = "v1.0.0"
1111

1212
local xp_rpcc_enable = CreateConVar("xp_rpcc_enable", 1, {FCVAR_REPLICATED, FCVAR_SERVER_CAN_EXECUTE}, "Enable the Rainbow Player Color Cycle.")
1313
local xp_rpcc_offset = CreateConVar("xp_rpcc_offset", 1, {FCVAR_REPLICATED, FCVAR_SERVER_CAN_EXECUTE}, "Enable an offset so that players doesn't cycle the same color.")
@@ -139,7 +139,7 @@ if CLIENT then
139139
panel:ClearControls()
140140
panel:Help("Welcome to the Rainbow Player Color Cycle settings.")
141141
panel:Help("This addon gives you a rainbow color cycle on your player color.")
142-
panel:Help("You are on version " .. XP_RPCC.version)
142+
panel:Help("You are on " .. XP_RPCC.version)
143143
panel:CheckBox("Enable for your player color", "xp_rpcc_cl_enable")
144144
panel:ControlHelp("Enable the rainbow color cycle for your player color.")
145145
panel:CheckBox("Enable for your physgun", "xp_rpcc_cl_physgun")
@@ -157,4 +157,4 @@ if CLIENT then
157157

158158
end
159159

160-
print("XP_RPCC v" .. XP_RPCC.version .. " loaded!" .. Either(SERVER, " (SV)", " (CL)"))
160+
print("XP_RPCC " .. XP_RPCC.version .. " loaded!" .. Either(SERVER, " (SV)", " (CL)"))

0 commit comments

Comments
 (0)