*Updated plugin.yml version number from 1.2.3 to 1.2.4

*Changed plugin internal version number from 7 to 8
This commit is contained in:
David Berdik 2016-01-03 17:46:27 -05:00
parent b55e484c12
commit 413658593d
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ public class HerobrineAI extends JavaPlugin implements Listener {
public Location hbSpawnData = null; public Location hbSpawnData = null;
public boolean removeHBNextTick = false; public boolean removeHBNextTick = false;
public String pluginVersionCount = "7"; public String pluginVersionCount = "8";
@Override @Override
public void onEnable() { public void onEnable() {

View File

@ -1,6 +1,6 @@
name: Herobrine name: Herobrine
main: net.theprogrammersworld.herobrine.HerobrineAI main: net.theprogrammersworld.herobrine.HerobrineAI
version: 1.2.3 version: 1.2.4
commands: commands:
herobrine: herobrine:
description: Main command. description: Main command.