bumped version

This commit is contained in:
Kim, Jimin 2021-09-19 20:40:10 +09:00
parent d330605f20
commit f6e6b45020

View file

@ -12,7 +12,7 @@ using System.Threading.Tasks;
namespace WBM
{
[BepInPlugin("com.developomp.wbm", "War Brokers Mods", "1.6.0.0")]
[BepInPlugin("com.developomp.wbm", "War Brokers Mods", "1.6.1.0")]
public partial class WBM : BaseUnityPlugin
{
private void Awake()
@ -226,7 +226,7 @@ kill streak SFX: {this.killStreakSFX.Value} ({this.killStreakSFXShortcut.Value})
new Rect(this.GUIOffsetX.Value, this.GUIOffsetY.Value, 220, 60),
@"War Brokers Mods
Made by [LP] POMP
v1.6.0.0"
v1.6.1.0"
);
if (this.data.localPlayerIndex >= 0)