Version bumps and changeling.

This commit is contained in:
Nayruden 2015-03-18 17:07:29 -06:00
parent cb109dcf6c
commit 89643e283d
3 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Title: ULib Readme
*ULib v2.52 (released 03/09/15)*
*ULib v2.60 (released 00/00/00)*
ULib is a developer library for GMod 10 (<http://garrysmod.com/>).
@ -44,6 +44,9 @@ After installing ULib correctly, scripts that take advantage of ULib will take c
Rest easy!
Group: Changelog
v2.60 - *(00/00/00)*
* [CHANGE] Hook system. It's much faster (CPU-wise) and a little easier to use now (Many thanks for input from darkjacky and Divran).
v2.52 - *(03/09/15)*
* [ADD] Admin parameter to ULib.unban for overriding purposes (Thanks for the idea, MStruntze).
* [ADD] A list of players is presented when a target string for getUser matches more than one player (Thanks, RhapsodySL).

View File

@ -1,8 +1,8 @@
"AddonInfo"
{
"name" "ULib"
"version" "2.52"
"up_date" "03/09/15"
"version" "2.60"
"up_date" "00/00/00"
"author_name" "Team Ulysses"
"author_email" "teamulysses@ulyssesmod.net"
"author_url" "http://www.ulyssesmod.net/"

View File

@ -7,7 +7,7 @@
ULib = ULib or {}
ULib.VERSION = 2.52
ULib.VERSION = 2.60
ULib.ACCESS_ALL = "user"
ULib.ACCESS_OPERATOR = "operator"