Version bump

This commit is contained in:
Júlio C. Oliveira 2024-01-18 21:03:16 -03:00
parent 2f99a33626
commit b26d2cd9c0
3 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,8 @@
"AddonInfo"
{
"name" "SUI Scoreboard"
"version" "2.6.5"
"version" "2.6.6"
"up_date" "2024-01-18"
"author_name" "Dathus [BR]"
"author_url" "http://www.juliocesar.me"
"info" "This is a Scoreboard based on SUI Scoreboard v2 developed by suicidal.banana, was modified, fixed, improved and ported to Garry's Mod 13, to work with ULX v3, Exsto, Maestro and Mercury."

View File

@ -12,14 +12,14 @@ Copyright only on the code that I wrote, my implementation and fixes and etc, Th
----------------------------------------------------------------------------------------------------------------------------
$Id$
Version 2.6 - 2023-06-06 8:00 PM(UTC -03:00)
Version 2.6 - 2024-01-18 9:00 PM (UTC -03:00)
]]--
-- Setup Class
Scoreboard = {}
-- Scoreboard version
Scoreboard.version = "2.6.5"
Scoreboard.version = "2.6.6"
--Setup Loading Log Formatation
function loadingLog (text)
@ -41,7 +41,7 @@ Msg( "\n/====================================\\\n")
Msg( "|| SUI Scoreboard ||\n" )
Msg( "||----------------------------------||\n" )
loadingLog("Version " .. Scoreboard.version)
loadingLog("Updated on 2023-06-06 8:00 PM")
loadingLog("Updated on 2024-01-18 9:00 PM")
Msg( "\\====================================/\n\n" )
if SERVER then

View File

@ -12,7 +12,7 @@ Copyright only on the code that I wrote, my implementation and fixes and etc, Th
----------------------------------------------------------------------------------------------------------------------------
$Id$
Version 2.6 - 2023-06-06 8:00 PM(UTC -03:00)
Version 2.6 - 2024-01-18 9:00 PM (UTC -03:00)
]]--