*Updated plugin.yml version number from 1.3.0 to 1.3.1

*Changed plugin internal version number from 13 to 14
This commit is contained in:
David Berdik 2016-05-10 13:50:00 -04:00
parent 2f44e8a631
commit ce6ebb900a
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 Location hbSpawnData = null;
public boolean removeHBNextTick = false; public boolean removeHBNextTick = false;
public String pluginVersionCount = "13"; public String pluginVersionCount = "14";
@Override @Override
public void onEnable() { public void onEnable() {

View File

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