Skip to content

Commit 529e054

Browse files
MBSync: Version Number Updated
Forget to change the MBSync version number ( again )
1 parent 906108e commit 529e054

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.0.0
8+
* @version 1.1.1
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.0.0"
18+
Version = "1.1.1"
1919
}
2020

2121
--[[

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.1.0
8+
* @version 1.1.1
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.1.0"
18+
Version = "1.1.1"
1919
}
2020

2121
--[[

0 commit comments

Comments
 (0)