Skip to content

Commit 57fb795

Browse files
committed
plugin version change
1 parent 46a1f24 commit 57fb795

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

game/addons/sourcemod/scripting/sbpp_admcfg.sp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ public Plugin myinfo =
3737
name = "SourceBans++: Admin Config Loader",
3838
author = "AlliedModders LLC, SourceBans++ Dev Team",
3939
description = "Reads Admin Files",
40-
version = "1.6.1",
41-
url = "https://sbpp.sarabveer.me/"
40+
version = "1.6.2",
41+
url = "https://sbpp.github.io"
4242
};
4343

4444

game/addons/sourcemod/scripting/sbpp_checker.sp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
#include <sourcemod>
2828

29-
#define VERSION "1.6.1"
29+
#define VERSION "1.6.2"
3030
#define LISTBANS_USAGE "sm_listsbbans <#userid|name> - Lists a user's prior bans from Sourcebans"
3131
#define INVALID_TARGET -1
3232

@@ -42,7 +42,7 @@ public Plugin:myinfo =
4242
author = "psychonic, Ca$h Munny, SourceBans++ Dev Team",
4343
description = "Notifies admins of prior bans from Sourcebans upon player connect.",
4444
version = VERSION,
45-
url = "https://sbpp.sarabveer.me/"
45+
url = "https://sbpp.github.io"
4646
};
4747

4848
public OnPluginStart()

game/addons/sourcemod/scripting/sbpp_comms.sp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
// Do not edit below this line //
4343
//-----------------------------//
4444

45-
#define PLUGIN_VERSION "1.6.1"
45+
#define PLUGIN_VERSION "1.6.2"
4646
#define PREFIX "\x04[SourceComms++]\x01 "
4747

4848
#define MAX_TIME_MULTI 30 // maximum mass-target punishment length
@@ -161,7 +161,7 @@ public Plugin:myinfo =
161161
author = "Alex, SourceBans++ Dev Team",
162162
description = "Advanced punishments management for the Source engine in SourceBans style",
163163
version = PLUGIN_VERSION,
164-
url = "https://sbpp.sarabveer.me/"
164+
url = "https://sbpp.github.io"
165165
};
166166

167167
public APLRes:AskPluginLoad2(Handle:myself, bool:late, String:error[], err_max)

game/addons/sourcemod/scripting/sbpp_main.sp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
#include <adminmenu>
3333
#tryinclude <updater>
3434

35-
#define SB_VERSION "1.6.1++"
36-
#define SBR_VERSION "1.6.1"
35+
#define SB_VERSION "1.6.2++"
36+
#define SBR_VERSION "1.6.2"
3737

3838
#if defined _updater_included
3939
#define UPDATE_URL "https://sbpp.github.io/updater/updatefile.txt"
@@ -137,7 +137,7 @@ public Plugin:myinfo =
137137
author = "SourceBans Development Team, SourceBans++ Dev Team",
138138
description = "Advanced ban management for the Source engine",
139139
version = SBR_VERSION,
140-
url = "https://sbpp.sarabveer.me/"
140+
url = "https://sbpp.github.io"
141141
};
142142

143143
#if SOURCEMOD_V_MAJOR >= 1 && SOURCEMOD_V_MINOR >= 3

game/addons/sourcemod/scripting/sbpp_sleuth.sp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#undef REQUIRE_PLUGIN
3030
#include <sourcebans>
3131

32-
#define PLUGIN_VERSION "1.6.1"
32+
#define PLUGIN_VERSION "1.6.2"
3333

3434
#define LENGTH_ORIGINAL 1
3535
#define LENGTH_CUSTOM 2
@@ -57,7 +57,7 @@ public Plugin:myinfo =
5757
author = "ecca, SourceBans++ Dev Team",
5858
description = "Useful for TF2 servers. Plugin will check for banned ips and ban the player.",
5959
version = PLUGIN_VERSION,
60-
url = "https://sbpp.sarabveer.me/"
60+
url = "https://sbpp.github.io"
6161
};
6262

6363
public OnPluginStart()

web/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"version": "1.6.2",
3-
"git": "530"
3+
"git": "531"
44
}

0 commit comments

Comments
 (0)