Skip to content

Commit 7d130b3

Browse files
committed
v3.6.2.0
1 parent e91045a commit 7d130b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/autorun/rlib/_autoloader.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ function rlib.autoload:Run( parent )
5959
mf.repo = 'https://github.com/im-richard/rlib/'
6060
mf.docs = 'https://docs.rlib.io/'
6161
mf.about = [[rlib is a glua library written for garrys mod which contains a variety of commonly used functions that are required for certain scripts to run properly. Package includes both rlib + rcore which act as the overall foundation which other scripts will rest within as a series of modules. ]]
62-
mf.released = 1663998734
63-
mf.version = { 3, 6, 1, 0 }
62+
mf.released = 1700031495
63+
mf.version = { 3, 6, 2, 0 }
6464
mf.showcopyright = false
6565

6666
/*

0 commit comments

Comments
 (0)