Skip to content

Commit e06c6f3

Browse files
Bump Version numbers
Bump version numbers of modules
1 parent e77f3ea commit e06c6f3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

lua/msync/client_gui/modules/cl_mbsync.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MSync.modules = MSync.modules or {}
55
* @package MySQL Ban Sync
66
* @author Aperture Development
77
* @license root_dir/LICENCE
8-
* @version 1.3.2
8+
* @version 1.4.0
99
]]
1010

1111
--[[
@@ -15,7 +15,7 @@ local info = {
1515
Name = "MySQL Ban Sync",
1616
ModuleIdentifier = "MBSync",
1717
Description = "Synchronise bans across your servers",
18-
Version = "1.3.2"
18+
Version = "1.4.0"
1919
}
2020

2121
--[[

lua/msync/client_gui/modules/cl_mrsync.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MSync.modules.MRSync = MSync.modules.MRSync or {}
66
* @package MySQL Rank Sync
77
* @author Aperture Development
88
* @license root_dir/LICENCE
9-
* @version 2.2.3
9+
* @version 2.3.0
1010
]]
1111

1212
--[[
@@ -16,7 +16,7 @@ MSync.modules.MRSync.info = {
1616
Name = "MySQL Rank Sync",
1717
ModuleIdentifier = "MRSync",
1818
Description = "Synchronise your ranks across your servers",
19-
Version = "2.2.3"
19+
Version = "2.3.0"
2020
}
2121

2222
--[[

lua/msync/server/modules/sv_mbsync.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MSync.modules = MSync.modules or {}
55
* @package MySQL Ban Sync
66
* @author Aperture Development
77
* @license root_dir/LICENSE
8-
* @version 1.3.2
8+
* @version 1.4.0
99
]]
1010

1111
--[[
@@ -15,7 +15,7 @@ local info = {
1515
Name = "MySQL Ban Sync",
1616
ModuleIdentifier = "MBSync",
1717
Description = "Synchronise bans across your servers",
18-
Version = "1.3.2"
18+
Version = "1.4.0"
1919
}
2020

2121
--[[

lua/msync/server/modules/sv_mrsync.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ local userTransaction = userTransaction or {}
77
* @package MySQL Rank Sync
88
* @author Aperture Development
99
* @license root_dir/LICENCE
10-
* @version 2.2.3
10+
* @version 2.3.0
1111
]]
1212

1313
--[[
@@ -17,7 +17,7 @@ MSync.modules.MRSync.info = {
1717
Name = "MySQL Rank Sync",
1818
ModuleIdentifier = "MRSync",
1919
Description = "Synchronise your ranks across your servers",
20-
Version = "2.2.3"
20+
Version = "2.3.0"
2121
}
2222

2323
--[[

0 commit comments

Comments
 (0)