*Updated plugin.yml version number from 1.2.7 to 1.2.8

*Changed plugin internal version number from 11 to 12
This commit is contained in:
David Berdik 2016-02-19 17:46:53 -05:00
parent d814b0a442
commit 4f2f183b3f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
name: Herobrine
main: net.theprogrammersworld.herobrine.Herobrine
version: 1.2.7
version: 1.2.8
commands:
herobrine:
description: Main command.