*Updated plugin.yml version number from 1.7.0 to 1.7.1

*Changed plugin internal version number from 19 to 20
This commit is contained in:
David Berdik 2017-07-19 12:06:26 -04:00
parent 5ccb99e022
commit f07776c0ba
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ public class UpdateScanner implements Runnable {
// Check for a newer version of the plugin, and put the thread to sleep for 24 hours
// before the check is performed again. If a newer version is found, begin reporting
// the discovery of a newer version once every hour.
final String pluginVersionCount = "19";
final String pluginVersionCount = "20";
ConsoleCommandSender console = Bukkit.getServer().getConsoleSender();
while(!Herobrine.getPluginCore().getConfigDB().newVersionFound) {

View File

@ -1,6 +1,6 @@
name: Herobrine
main: net.theprogrammersworld.herobrine.Herobrine
version: 1.7.0
version: 1.7.1
website: https://www.theprogrammersworld.net
commands:
herobrine: