bumped version
This commit is contained in:
parent
a6fe133c98
commit
bc4e9ac110
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ using System.Collections;
|
|||
|
||||
namespace WBM
|
||||
{
|
||||
[BepInPlugin("com.developomp.wbm", "War Brokers Mods", "0.4.0.0")]
|
||||
[BepInPlugin("com.developomp.wbm", "War Brokers Mods", "0.5.0.0")]
|
||||
public partial class WBM : BaseUnityPlugin
|
||||
{
|
||||
private void Start()
|
||||
|
@ -131,7 +131,7 @@ Reset Everything: (RShift+R)"
|
|||
new Rect(this.GUIOffsetX, this.GUIOffsetY, 200, 60),
|
||||
@"War Brokers Mods
|
||||
Made by [LP] POMP
|
||||
v0.4.0.0"
|
||||
v0.5.0.0"
|
||||
);
|
||||
|
||||
if (this.localPlayerIndex >= 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue